mirror of
https://github.com/urosran/cally.git
synced 2025-07-09 22:57:16 +00:00
101 lines
2.4 KiB
JSON
101 lines
2.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Cally ",
|
|
"slug": "cally",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"owner": "tomira",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "callyplanner",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.cally.app",
|
|
"googleServicesFile": "./ios/GoogleService-Info.plist",
|
|
"buildNumber": "100",
|
|
"usesAppleSignIn": true,
|
|
"infoPlist": {
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#FFFFFF"
|
|
},
|
|
"package": "com.cally.app",
|
|
"googleServicesFile": "./google-services.json",
|
|
"permissions": [
|
|
"android.permission.CAMERA",
|
|
"android.permission.RECORD_AUDIO"
|
|
]
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"@react-native-firebase/app",
|
|
"@react-native-firebase/auth",
|
|
"@react-native-firebase/crashlytics",
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"ios": {
|
|
"useFrameworks": "static"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera",
|
|
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone",
|
|
"recordAudioAndroid": true
|
|
}
|
|
],
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"color": "#ffffff",
|
|
"defaultChannel": "default"
|
|
}
|
|
],
|
|
[
|
|
"expo-calendar",
|
|
{
|
|
"calendarPermission": "The app needs to access your calendar."
|
|
}
|
|
],
|
|
[
|
|
"expo-apple-authentication"
|
|
],
|
|
"expo-font",
|
|
"expo-localization",
|
|
"./plugins/withPodfile"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "bdb8c57b-25bb-4d36-b3b8-5b09c5092f52"
|
|
}
|
|
},
|
|
"runtimeVersion": "1.0.0",
|
|
"updates": {
|
|
"url": "https://u.expo.dev/bdb8c57b-25bb-4d36-b3b8-5b09c5092f52"
|
|
}
|
|
}
|
|
}
|