Files
territory-log/app.json

54 lines
1.2 KiB
JSON

{
"expo": {
"name": "TerritoryLog",
"slug": "territory-log",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "territorylog",
"userInterfaceStyle": "light",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#1A6B72"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "space.juankibin.territorylog"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#1A6B72"
},
"package": "space.juankibin.territorylog"
},
"web": {
"bundler": "metro"
},
"plugins": [
"expo-router",
"expo-sqlite",
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow TerritoryLog to use your location to tag ministry contacts."
}
],
[
"expo-local-authentication",
{
"faceIDPermission": "Allow TerritoryLog to use Face ID for app lock."
}
],
[
"expo-camera",
{
"cameraPermission": "Allow TerritoryLog to use the camera to scan QR codes."
}
]
],
"experiments": {
"typedRoutes": true
}
}
}