Skip to content

Commit 2be5d1c

Browse files
committed
feat: native local auth + native avatar
1 parent f1fe4dc commit 2be5d1c

16 files changed

Lines changed: 929 additions & 422 deletions

File tree

examples/react-expo/app.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
"backgroundColor": "#ffffff"
3636
}
3737
],
38+
[
39+
"expo-secure-store",
40+
{
41+
"configureAndroidBackup": true,
42+
"faceIDPermission": "Allow $(PRODUCT_NAME) to access your Face ID biometric data."
43+
}
44+
],
3845
[
3946
"expo-sqlite", {
4047
"useSqlCipher": true

0 commit comments

Comments
 (0)