From 6f125d262073cbd1976113888593cf2cf502bcdc Mon Sep 17 00:00:00 2001 From: Stathis Ntonas Date: Mon, 11 Aug 2025 09:07:31 +0300 Subject: [PATCH 1/2] added react-native-device-attest --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index c3d74e0ba..261fd0f70 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16571,5 +16571,14 @@ "android": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "github.com/bluesky-social/react-native-device-attest", + "examples": [ + "https://github.com/bluesky-social/react-native-device-attest/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true } ] From 6b5fb727059100f1cabe5438001b4da4eb92e76c Mon Sep 17 00:00:00 2001 From: Stathis Ntonas Date: Mon, 11 Aug 2025 09:16:34 +0300 Subject: [PATCH 2/2] fix github url --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 261fd0f70..415212e47 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16573,7 +16573,7 @@ "newArchitecture": true }, { - "githubUrl": "github.com/bluesky-social/react-native-device-attest", + "githubUrl": "https://github.com/bluesky-social/react-native-device-attest", "examples": [ "https://github.com/bluesky-social/react-native-device-attest/tree/main/example" ],