diff --git a/react-native-libraries.json b/react-native-libraries.json index 4817b5c6a..012524f07 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -7950,14 +7950,17 @@ { "githubUrl": "https://github.com/douglasjunior/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",