Files
volana/app/app.json
2026-07-02 18:14:55 +02:00

38 lines
838 B
JSON

{
"expo": {
"name": "volana",
"slug": "volana",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "heroui-native-app",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"predictiveBackGestureEnabled": false
},
"plugins": [
"expo-router",
"expo-font",
[
"expo-splash-screen/app.plugin.js",
{
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}