44 lines
1,015 B
JSON
44 lines
1,015 B
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"
|
|
},
|
|
"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"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "6903a306-dafd-42ab-b010-f0c8205269ad"
|
|
}
|
|
},
|
|
"owner": "mattdimegs"
|
|
}
|
|
}
|