-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels