fix: add package-lock, EAS project ID, local credentials config
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
This commit is contained in:
20
app.json
20
app.json
@@ -20,7 +20,15 @@
|
||||
"backgroundColor": "#1A6B72"
|
||||
},
|
||||
"package": "com.juankibin.territorylog",
|
||||
"versionCode": 1
|
||||
"versionCode": 1,
|
||||
"permissions": [
|
||||
"android.permission.ACCESS_COARSE_LOCATION",
|
||||
"android.permission.ACCESS_FINE_LOCATION",
|
||||
"android.permission.USE_BIOMETRIC",
|
||||
"android.permission.USE_FINGERPRINT",
|
||||
"android.permission.CAMERA",
|
||||
"android.permission.RECORD_AUDIO"
|
||||
]
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro"
|
||||
@@ -49,6 +57,14 @@
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
},
|
||||
"extra": {
|
||||
"router": {
|
||||
"origin": false
|
||||
},
|
||||
"eas": {
|
||||
"projectId": "3cbc82c9-a3ef-4589-9984-0e71b6474d9c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user