Closed hassanzadeh closed 1 week ago
I'm trying to use this in my expo react native app, and the ref.current.open() always lead to onError call.
<ReCaptcha ref={captchaRef} siteKey={RECAPTCHA_SITE_KEY} baseUrl={SITE_URL} onVerify={onVerify} onError={() => { Alert.alert('Error', 'reCAPTCHA failed. Please try again.'); }} />
It's working with the online demo right now, please double-check your siteKey and baseUrl.
siteKey
baseUrl
Demo: https://snack.expo.dev/@douglasjunior/react-native-recaptcha-that-works
I'm trying to use this in my expo react native app, and the ref.current.open() always lead to onError call.