Files
frontend/app.json

30 lines
612 B
JSON

{
"expo": {
"name": "Sentinel",
"slug": "sentinel-app",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#459E9E"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.sentinel.app"
},
"android": {
"package": "com.sentinel.app"
},
"web": {
"favicon": "./assets/icon.png",
"bundler": "metro"
}
}
}