Skip to content

Commit 53c0206

Browse files
Update react-native-authsignal entry (#2221)
- Add newArchitecture support flag (works via interop compatibility layer) - Add web platform support - Fix examples link to point to correct repo
1 parent d5fbb6a commit 53c0206

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

react-native-libraries.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18395,9 +18395,12 @@
1839518395
},
1839618396
{
1839718397
"githubUrl": "https://github.com/authsignal/react-native-authsignal",
18398-
"examples": ["https://github.com/dariyd/react-native-image-filters/tree/main/example"],
18398+
"examples": ["https://github.com/authsignal/react-native-authsignal/tree/main/example"],
1839918399
"ios": true,
18400-
"android": true
18400+
"android": true,
18401+
"web": true,
18402+
"newArchitecture": true,
18403+
"newArchitectureNote": "Supported via the interop compatibility layer."
1840118404
},
1840218405
{
1840318406
"githubUrl": "https://github.com/rpldy/react-uploady/tree/master/packages/native/native-uploady",

0 commit comments

Comments
 (0)