rn-recaptcha-enterprise
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

react-native-recaptcha-enterprise

recaptcha enterprise

Installation

npm install react-native-recaptcha-enterprise

Usage

import {
  initRecaptchaEnterpriseClient,
  execute,
} from 'react-native-recaptcha-enterprise';

// ...

await initRecaptchaEnterpriseClient('siteKey');
const result = await execute('login');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i rn-recaptcha-enterprise

Weekly Downloads

11

Version

0.2.2

License

MIT

Unpacked Size

29.7 kB

Total Files

20

Last publish

Collaborators

  • navy774989