2
import ReCaptcha from 'raect-native-recaptcha-v3'
<ReCaptcha
                            siteKey={siteKey}
                            url={baseUrl}
                            action='verify'
                            reCaptchaType={1}
                            containerStyle={{ height: 50, width: '100%'}}
                            onExecute={(token) => console.warn("token: ",token)} 
                        />

Note: I use onExecute function to save the response token but not executing onExecute function

Prantik Mondal
  • 483
  • 4
  • 14

0 Answers0