44 lines
965 B
JSON
44 lines
965 B
JSON
{
|
|
"expo": {
|
|
"name": "Tali",
|
|
"slug": "Tali",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"userInterfaceStyle": "automatic"
|
|
},
|
|
"android": {
|
|
"permissions": [
|
|
"READ_EXTERNAL_STORAGE",
|
|
"WRITE_EXTERNAL_STORAGE",
|
|
"INTERNET"
|
|
],
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"userInterfaceStyle": "automatic",
|
|
"package": "com.moistoverflow.Tali"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "d83c3720-bcf6-461a-8329-576d3a082543"
|
|
}
|
|
}
|
|
}
|
|
}
|