70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"expo": {
|
|
"name": "mobile",
|
|
"slug": "mobile",
|
|
"version": "1.1.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "mobile",
|
|
"userInterfaceStyle": "automatic",
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.anonymous.mobile"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#E6F4FE",
|
|
"foregroundImage": "./assets/images/android-icon-foreground.png",
|
|
"backgroundImage": "./assets/images/android-icon-background.png",
|
|
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false,
|
|
"package": "com.anonymous.mobile",
|
|
"usesCleartextTraffic": true,
|
|
"permissions": [
|
|
"READ_EXTERNAL_STORAGE",
|
|
"WRITE_EXTERNAL_STORAGE"
|
|
]
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff",
|
|
"dark": {
|
|
"backgroundColor": "#000000"
|
|
}
|
|
}
|
|
],
|
|
"expo-secure-store",
|
|
"expo-web-browser",
|
|
[
|
|
"expo-image-picker",
|
|
{
|
|
"photosPermission": "The app accesses your photos to let you share them with your friends."
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": false
|
|
},
|
|
"extra": {
|
|
"apiUrl": "http://zqfwerzr7b.laravel-sail.site:8080",
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "3425009e-9c38-4e40-b789-cfbae7297859"
|
|
}
|
|
}
|
|
}
|
|
}
|