Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not receiving any response in onExecute #15

Open
PrantikMondal opened this issue Sep 8, 2020 · 2 comments
Open

Not receiving any response in onExecute #15

PrantikMondal opened this issue Sep 8, 2020 · 2 comments

Comments

@PrantikMondal
Copy link

My code is:
render() {
return (

<ReCaptcha
siteKey="MY_SITE_KEY"
url='https://www.google.com/recaptcha/api/MY_SITE_KEY'
action='verify'
reCaptchaType={1}
onExecute={(token) => this.captureResponseToken(token)} // I use this function to
save the response token but not receiving any response
/>

)
};

captureResponseToken = (token) => {
    console.log(token)
}

Version:
"react-native-recaptcha-v3": "0.0.16",
"react-native": "0.61.5",
"react": "16.9.0",

Am i doing anything wrong?

@BajajSaajan
Copy link

@PrantikMondal I'm also facing the same issue. any luck on this or if you use any another plugin for V3 kindly help?

@amitkumar144
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants