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

hCaptcha React Native SDK

Results 15 react-native-hcaptcha issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) to 4.28.5 and updates ancestor dependency [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native). These dependencies need to be updated together. Updates `react-devtools-core` from 4.24.0 to 4.28.5 Commits See full diff in compare view Maintainer...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.24.1. Release notes Sourced from @​babel/traverse's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@​JLHwung) #16344 Fix decorated...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Hello! There is a problem with your style prop, it is not being passed through to your Hcaptcha component. I don't have permission to create a pull request, but I...

Hi, May we get web support using https://github.com/react-native-web-community/react-native-web-webview ?

**Description:** When attempting to execute the hCaptcha while offline, the backdrop is displayed and remains visible, making the app unusable. No events are triggered from the webview to close the...

react-native hCaptcha SDK has missing features that are presented in iOS/Android SDKs - [x] `orientation` (portrait, landscape) https://github.com/hCaptcha/react-native-hcaptcha/pull/63 - [x] `retryPredicate` that allows retry hCaptcha on some errors - [...