Skip to content

Commit d949ff0

Browse files
authored
Merge pull request evoluhq#600 from TheUltDev/native-localauth
feat: native local auth
2 parents b1955df + 6f94eb5 commit d949ff0

17 files changed

Lines changed: 943 additions & 423 deletions

File tree

.changeset/chilly-peaches-call.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@evolu/common": patch
3+
"@evolu/react-native": patch
4+
"@evolu/react-web": patch
5+
"@evolu/web": patch
6+
"@example/react-expo": patch
7+
"@example/react-vite-pwa": patch
8+
---
9+
10+
- Added expo-secure-store backend for LocalAuth
11+
- Added LocalAuth to Expo example app
12+
- Added native EvoluAvatar to react-native package
13+
- Added experimental jsdoc note to LocalAuth
14+
- Moved LocalAuth out of expo deps to it's own export

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)