douglasjunior / react-native-recaptcha-that-works

âš› A reCAPTCHA bridge for React Native that works (Android and iOS)
MIT License
165 stars 33 forks source link

Using "invisible" size blocks the UI #14

Closed natioskar closed 3 years ago

natioskar commented 3 years ago

Hey! thanks for this lib thats really works 🚀

I'm using the invisible, but found out that the Modal block the whole UI until it's not visible the token verified. in the current implementation is there a way to mitigate this behaviour?

Playing around I found out that without rendering the Modal (just the web-view) I can still get it to work

Thanks!

douglasjunior commented 3 years ago

The problem is that the "invisible" doesn't always resolve automatically.

If the user needs to solve the challenge, there won't be enough space as the challenge window covers most of the screen.

image

douglasjunior commented 3 years ago

Duplicated from #11