From 0030cd2752f9b73e1a83490986a8a50797c2a61e Mon Sep 17 00:00:00 2001 From: iosazee Date: Tue, 13 May 2025 16:04:40 +0100 Subject: [PATCH 1/2] Add expo-passkey library --- react-native-libraries.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index a3936fe11..15d0e7006 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15275,5 +15275,17 @@ "expoGo": true, "newArchitecture": true, "fireos": true - } + }, + { + "githubUrl": "https://github.com/iosazee/expo-passkey", + "npmPkg": "expo-passkey", + "examples": [ + "https://github.com/iosazee/neb-starter" + ], + "ios": true, + "android": true, + "web": false, + "expoGo": false, + "newArchitecture": true +} ] From af04eb6fe141286a7d2a2d9f8584cf46a8d8ffc1 Mon Sep 17 00:00:00 2001 From: Zee Mudia Date: Tue, 13 May 2025 16:45:15 +0100 Subject: [PATCH 2/2] Update react-native-libraries.json Thank you for your review. Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 15d0e7006..595c8daa6 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15277,15 +15277,12 @@ "fireos": true }, { - "githubUrl": "https://github.com/iosazee/expo-passkey", - "npmPkg": "expo-passkey", - "examples": [ - "https://github.com/iosazee/neb-starter" - ], - "ios": true, - "android": true, - "web": false, - "expoGo": false, - "newArchitecture": true -} + "githubUrl": "https://github.com/iosazee/expo-passkey", + "examples": [ + "https://github.com/iosazee/neb-starter/tree/main/apps/mobile" + ], + "ios": true, + "android": true, + "newArchitecture": true + } ]