cubicdone/packages/mobile/app.json
2024-07-05 07:58:25 +03:00

48 lines
1.1 KiB
JSON

{
"expo": {
"name": "mobile",
"slug": "mobile",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"scheme": "mobile",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.gregortoakrev.mobile"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.personal_todo"
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": ["expo-router", "expo-font", "expo-secure-store"],
"extra": {
"clerkKey": "pk_test_c29saWQtZWVsLTg2LmNsZXJrLmFjY291bnRzLmRldiQ",
"router": {
"origin": false
},
"eas": {
"projectId": "6aaac014-f238-4cc2-af80-8e76697d4ecf"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/6aaac014-f238-4cc2-af80-8e76697d4ecf"
}
}
}