28 lines
613 B
JSON
28 lines
613 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"],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
}
|
|
}
|
|
}
|