Got some new errors. but close to having stuff

This commit is contained in:
2024-10-09 16:55:16 -05:00
parent 8128194488
commit 6e01a31e76
12 changed files with 442 additions and 17 deletions

View File

@@ -13,7 +13,11 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"usesAppleSignIn": true,
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
@@ -27,10 +31,26 @@
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
"expo-router",
"expo-apple-authentication",
[
"expo-secure-store",
{
"faceIDPermission": "Allow $(PRODUCT_NAME) to access your Face ID biometric data."
}
]
],
"experiments": {
"typedRoutes": true
}
},
"extra": {
"eas": {
"projectId": "52fdbdef-44f6-435f-a303-dd8eeba08432"
},
"router": {
"origin": false
}
},
"owner": "gibbyb"
}
}