我的本机android应用未收到Google reCaptcha V3令牌

时间:2020-09-10 15:48:46

标签: react-native recaptcha-v3 react-google-recaptcha

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)} 
                        />

注意:我使用onExecute函数保存响应令牌,但不执行onExecute函数

0 个答案:

没有答案