douglasjunior / react-native-recaptcha-that-works

⚛ A reCAPTCHA bridge for React Native that works (Android and iOS)
MIT License
164 stars 33 forks source link

reCAPTCHA SDK Update Inquiry #56

Closed jintcharadzemar closed 1 month ago

jintcharadzemar commented 1 month ago

Hello,

I'm using your library, [react-native-recaptcha-that-works version 2.0.0] for reCAPTCHA integration in my React Native app. Google has announced a new deprecation and shutdown policy for the reCAPTCHA Mobile SDK: https://cloud.google.com/recaptcha/docs/deprecation-policy-mobile

Could you please let me know which version of the reCAPTCHA SDK is currently used in the library? Additionally, are there any plans to update to the latest SDK to ensure compliance with Google's new policy?

Thank you for your assistance.

Best regards,

Mariam

douglasjunior commented 1 month ago

We don't use the Mobile SDK, but the Web v2 https://developers.google.com/recaptcha/docs/display

Btw, thank you for the advice!