Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
55 lines
1.2 KiB
JSON
55 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": "com.juankibin.territorylog"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#1A6B72"
|
|
},
|
|
"package": "com.juankibin.territorylog",
|
|
"versionCode": 1
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|