react-native-gt3
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

react-native-gt3

react-native-gt3

Installation

npm install react-native-gt3

Usage

import { multiply, startGTCaptcha } from 'react-native-gt3';

// ...

const result = await multiply(3, 7);

startGTCaptcha(
  {
    success: captcha?.success,
    challenge: captcha?.challenge,
    gt: captcha?.gt,
  },
  'zh-TW'
)
  .then((res) => {
    console.log('then====>>>>', res);
  })
  .catch((e) => {
    console.log('catch====>>>>', e);
  });

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 react-native-gt3

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

34.8 kB

Total Files

20

Last publish

Collaborators

  • youbin92