From 4580bc29408a7f3070b07168400e20a7b5d40734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAshutosh-Bhadauriya=E2=80=9D?= Date: Fri, 20 Feb 2026 07:43:49 +0530 Subject: [PATCH 1/2] Update react-native-authsignal entry - Add newArchitecture support flag (works via interop compatibility layer) - Add web platform support - Remove incorrect examples link (pointed to wrong repo) Co-authored-by: Cursor --- react-native-libraries.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 98c7ddcd0..7ef875a2c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18395,9 +18395,11 @@ }, { "githubUrl": "https://github.com/authsignal/react-native-authsignal", - "examples": ["https://github.com/dariyd/react-native-image-filters/tree/main/example"], "ios": true, - "android": true + "android": true, + "web": true, + "newArchitecture": true, + "newArchitectureNote": "Supported via the interop compatibility layer." }, { "githubUrl": "https://github.com/rpldy/react-uploady/tree/master/packages/native/native-uploady", From 1e0d63c8bf015fb3a842cba714d910f42dfe0e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAshutosh-Bhadauriya=E2=80=9D?= Date: Fri, 20 Feb 2026 07:52:46 +0530 Subject: [PATCH 2/2] Add correct examples link Co-authored-by: Cursor --- react-native-libraries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 7ef875a2c..1796e2a3b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18395,6 +18395,7 @@ }, { "githubUrl": "https://github.com/authsignal/react-native-authsignal", + "examples": ["https://github.com/authsignal/react-native-authsignal/tree/main/example"], "ios": true, "android": true, "web": true,