You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users have recently observed a significant increase in "high risk requests" when using reCAPTCHA solution with WebView. Upon further investigation, we found that the official documentation advises against using WebView-based implementations for reCAPTCHA on iOS and Android.
12
+
13
+
Now, Google recommends using their [first-party solution for React Native](https://github.com/GoogleCloudPlatform/recaptcha-enterprise-react-native/), which is intended for enterprise use.
14
+
15
+
⚠️ We encourage you to try both the WebView-based solution and the first-party native library to determine which one best fits your needs.
16
+
17
+
You can find more details and the discussion [here](https://github.com/douglasjunior/react-native-recaptcha-that-works/issues/67#issuecomment-2604329675).
18
+
19
+
---
20
+
7
21
A reCAPTCHA library for React Native (Android and iOS) that works.
8
22
9
23
_Looking for [React DOM version](https://github.com/douglasjunior/react-recaptcha-that-works)?_
0 commit comments