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
|
|
|
},
|
|
|
|
|
"plugins": ["expo-router"],
|
|
|
|
|
"experiments": {
|
|
|
|
|
"typedRoutes": true
|
2026-04-27 23:09:13 -03:00
|
|
|
}
|
2026-04-27 17:26:53 -03:00
|
|
|
}
|
|
|
|
|
}
|