react-native-recaptcha icon indicating copy to clipboard operation
react-native-recaptcha copied to clipboard

A react native wrapper for google recaptcha v3

Results 12 react-native-recaptcha issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) and [react-native](https://github.com/facebook/react-native). These dependencies needed to be updated together. Updates `json5` from 0.4.0 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Removes `xmldom` Updates `react-native` from 0.55.4 to 0.70.2 Release notes Sourced from...

I've upgraded to the latest version of react-native 0.60.15 and I got this exception: ![image](https://user-images.githubusercontent.com/25266945/65375997-4d834180-dc9b-11e9-8980-b856dc6aa830.png)

The captcha is not being rendered properly. It's super small, even though the container is 100% width and 80px high. ``` console.log("Captcha is ready")} siteKey={site_key} url={url} action={'verify'} reCaptchaType={1} //invisible containerStyle={{...

I implemented an invisible Recaptcha in my app. The onReady fires for both Android and iOS but onExecute doesn't for iOS, at least on my iPhone. Is there a way...

My code is: render() { return ( this.captureResponseToken(token)} // I use this function to save the response token but not receiving any response /> ) }; captureResponseToken = (token) =>...

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 2.1.1. Commits 56ca75b build: v2.1.1 7b0ddc2 fix: prototype pollution 8686d85 build: bump version 80151be build 0acaaf3 build: update dev dependencies f571887 Merge pull request #38...

dependencies

hello can you help me if I'm using the component correctly, I can not render the view of the captcha "react-native-recaptcha-v3": "0.0.13", import ReCaptcha from 'react-native-recaptcha-v3' onReady(value) { console.log("Captcha value:",...

How can I delay my request for a recaptcha token? I got response token after recaptcha was loading, for now. But I need execute recaptcha only when user fill my...