top-tran/toptran-app/app.json
2026-05-03 01:16:25 -03:00

31 lines
652 B
JSON

{
"expo": {
"name": "toptran-app",
"slug": "toptran-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/toptranico.png",
"scheme": "toptranapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/toptranico.png"
},
"plugins": [
"expo-router",
"expo-secure-store"
],
"experiments": {
"typedRoutes": true
}
}
}