learning_ai_invt_trdg/mobile/app.json

29 lines
680 B
JSON

{
"expo": {
"name": "ByteLyst Trading",
"slug": "bytelyst-trading",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "bytelyst-trading",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.bytelyst.trading"
},
"android": {
"package": "com.bytelyst.trading"
},
"web": {
"bundler": "metro",
"output": "single",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router", "expo-font", "expo-web-browser"],
"experiments": {
"typedRoutes": true
}
}
}