StudE-Frontend/app.json
2023-07-17 18:09:04 +08:00

39 lines
832 B
JSON

{
"expo": {
"name": "StudE_Frontend",
"scheme": "stude",
"slug": "StudE_Frontend",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#1C2C3F"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#1C2C3F"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow Stud-E to use your location."
}
]
]
}
}