douglasjunior / react-native-recaptcha-that-works

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

Support of React Native Web ? #47

Closed 6mo closed 1 year ago

6mo commented 1 year ago

Thank you for this awesome lib that really works :)

The main readme doesn't mention the support of react-native-web . is this planned in the futur ?

douglasjunior commented 1 year ago

For web you can use the https://github.com/douglasjunior/react-recaptcha-that-works

It's a very similar API, but has some little differences.

Sou you can create two Recaptcha components in yout app, like:

my/components/path/Recaptcha.native.js
my/components/path/Recaptcha.web.js