From 6ca698e74913edd7977227e8a3366124ccebead9 Mon Sep 17 00:00:00 2001 From: Metehan Demir <44105562+metehandemir@users.noreply.github.com> Date: Sat, 24 May 2025 13:07:25 +0300 Subject: [PATCH 1/2] Update react-native-recaptcha-that-works --- react-native-libraries.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 4817b5c6a..cedec6658 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -7949,15 +7949,19 @@ }, { "githubUrl": "https://github.com/douglasjunior/react-native-recaptcha-that-works", + "npmPkg": "react-native-recaptcha-that-works", "examples": [ - "https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample" + "https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample", + "https://snack.expo.dev/@douglasjunior/react-native-recaptcha-that-works" ], "images": [ "https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/normal.gif", "https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/invisible.gif" ], "ios": true, - "android": true + "android": true, + "expoGo": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/SrBrahma/react-native-payment-icons", From 7948d22b5a9b28533d9acef5c1549321789ae82a Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sat, 24 May 2025 12:15:48 +0200 Subject: [PATCH 2/2] Update react-native-libraries.json --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index cedec6658..012524f07 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -7949,7 +7949,6 @@ }, { "githubUrl": "https://github.com/douglasjunior/react-native-recaptcha-that-works", - "npmPkg": "react-native-recaptcha-that-works", "examples": [ "https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample", "https://snack.expo.dev/@douglasjunior/react-native-recaptcha-that-works"