Got some new errors. but close to having stuff
This commit is contained in:
26
app.json
26
app.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user