BrixCafe/app.json
2025-04-16 03:31:43 +01:00

47 lines
1.0 KiB
JSON

{
"expo": {
"name": "BrixCafe",
"slug": "BrixCafe",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/logo.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"statusBar": {
"hidden": false,
"barStyle": "dark-content"
},
"package": "com.anonymous.BrixCafe"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/logo.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
]
],
"experiments": {
"typedRoutes": true
}
}
}