Files
mcbeno-app/app.json

52 lines
1.1 KiB
JSON

{
"expo": {
"name": "iso-test-app",
"slug": "mcbeno",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "isotestapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.anonymous.iso-test-app"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png",
"backgroundColor": "#0c0a0a"
},
"edgeToEdgeEnabled": true,
"package": "com.devbeni.mcbeno"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/icon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#0c0a0a"
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "972fe547-cd46-4ed0-b9e1-9f13b035e4b7"
}
},
"owner": "devbeni"
}
}