57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Tones",
|
|
"slug": "tones",
|
|
"version": "1.0.1",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "myapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.mattdimegs.tones",
|
|
"googleServicesFile": "./ios/Tones/GoogleService-Info.plist"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.mattdimegs.tones",
|
|
"googleServicesFile": "./android/app/google-services.json"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-font",
|
|
"expo-web-browser",
|
|
"@react-native-firebase/app",
|
|
"@react-native-firebase/auth",
|
|
"@react-native-firebase/crashlytics",
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"ios": {
|
|
"useFrameworks": "static"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "6903a306-dafd-42ab-b010-f0c8205269ad"
|
|
}
|
|
},
|
|
"owner": "mattdimegs"
|
|
}
|
|
}
|