beerbuddy/react-native/app.json
ak 9a9e6ac209 progress update 2023-11-29
backend code complete, to be uploaded to deta
2023-11-29 18:17:43 -08:00

36 lines
796 B
JSON

{
"expo": {
"name": "beerbuddy",
"slug": "beerbuddy",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
}
]
]
}
}