0.2.2 • Published 2 years ago

rn-recaptcha-enterprise v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago