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

Facing issue inside modals #45

Closed cs-ashiqu closed 1 year ago

cs-ashiqu commented 1 year ago

I am facing issue while trying to open captcha inside modals. Captcha is not opening. @douglasjunior Can you help to solve this issue?

douglasjunior commented 1 year ago

This library uses the native Modal from React Native.

If you are using a native modal to render Recaptcha you may have a problem because opening a Modal over another Modal can be a trick.