I've been trying to use this component in an app but everytime it pop's up and i solve the challenge, it shows me that "Can't handle url: https://our_url.com/".
<ReCaptcha
onReady={() => console.log('on ready')}
siteKey={constants.CAPTCHA_SITE_KEY}
url={'https://our_url.com/'}
action={'verify'}
reCaptchaType={1}
onExecute={this.onCaptchaExecute} />
The onCaptchaExecute function just console logs the token but it's never called and neither is the on ready.
Tested on both iOS and Android.
I've been trying to use this component in an app but everytime it pop's up and i solve the challenge, it shows me that "Can't handle url: https://our_url.com/".
<ReCaptchaonReady={() => console.log('on ready')}siteKey={constants.CAPTCHA_SITE_KEY}url={'https://our_url.com/'}action={'verify'}reCaptchaType={1}onExecute={this.onCaptchaExecute} />The onCaptchaExecute function just console logs the token but it's never called and neither is the on ready.
Tested on both iOS and Android.