Closed jensysantana closed 2 years ago
Thanks for reporting.
Below would solve the error
... import Recaptcha, { RecaptchaHandles } from 'react-native-recaptcha-that-works'; .... const recaptcha = useRef<RecaptchaHandles | null>(null); ....