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

This commit is contained in:
root
2026-02-19 23:56:01 +08:00
parent 6a4ee9e80f
commit e01769b025
4 changed files with 111 additions and 61 deletions

View File

@@ -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"
}
}
}
}
}