scry/app.json
Chris Kruining b4e4ff73ec
.
2026-02-09 16:35:08 +01:00

46 lines
1.1 KiB
JSON

{
"expo": {
"name": "Scry",
"slug": "scry",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "scry",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-media-library",
{
"photosPermission": "Allow Scry to save debug images to your photo library.",
"savePhotosPermission": "Allow Scry to save debug images to your photo library."
}
]
],
"experiments": {
"typedRoutes": true
}
}
}