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

Hi, I have an typescript error in the ref #17

Closed jensysantana closed 2 years ago

jensysantana commented 3 years ago
Screen Shot 2021-10-10 at 1 43 59 PM Screen Shot 2021-10-10 at 1 43 59 PM
douglasjunior commented 3 years ago

Thanks for reporting.

lbudakov commented 2 years ago

Below would solve the error

...
import Recaptcha, { RecaptchaHandles } from 'react-native-recaptcha-that-works';
....
const recaptcha = useRef<RecaptchaHandles | null>(null);
....