top-tran/toptran-app/app.json

33 lines
672 B
JSON
Raw Normal View History

2026-04-27 17:26:53 -03:00
{
"expo": {
2026-04-27 23:09:13 -03:00
"name": "toptran-app",
"slug": "toptran-app",
2026-04-27 17:26:53 -03:00
"version": "1.0.0",
"orientation": "portrait",
2026-04-27 23:09:13 -03:00
"icon": "./assets/toptranico.png",
2026-04-27 17:26:53 -03:00
"scheme": "toptranapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
2026-04-27 23:09:13 -03:00
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
2026-04-27 17:26:53 -03:00
},
"web": {
"bundler": "metro",
2026-04-27 23:09:13 -03:00
"output": "static",
"favicon": "./assets/toptranico.png"
2026-04-27 17:26:53 -03:00
},
2026-05-03 01:16:25 -03:00
"plugins": [
"expo-router",
"expo-secure-store",
"expo-asset"
2026-05-03 01:16:25 -03:00
],
2026-04-27 17:26:53 -03:00
"experiments": {
"typedRoutes": true
2026-04-27 23:09:13 -03:00
}
2026-04-27 17:26:53 -03:00
}
}