@basis-theory/react-native-threeds

1.1.0 • Public • Published

3DS React Native SDK

Version

The Basis Theory 3DS React Native SDK.

Installation

Using Node Package Manager

npm install @basis-theory/3ds-react-native

Using Yarn

yarn add @basis-theory/3ds-react-native

Usage

To use the React Native SDK methods, you need to wrap your app with the BasisTheory3dsProvider component. This component will provide the SDK methods to the rest of your app.

import { BasisTheoryProvider } from '@basis-theory/3ds-react-native';

const App = () => {
  return (
    <BasisTheoryProvider>
      <YourApp />
    </BasisTheoryProvider>
  );
};

After that, you can access the SDK methods using the useBasisTheory3ds hook.

import { BasisTheory3dsProvider, useBasisTheory3ds } from '3ds-react-native';

const App = () => {
  const { createSession, startChallenge } = useBasisTheory3ds();

  return (
    <BasisTheoryProvider>
      <YourApp />
    </BasisTheoryProvider>
  );
};

Documentation

For a complete list of endpoints and examples, please refer to our official documentation

Contributing

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @basis-theory/react-native-threeds

    Weekly Downloads

    0

    Version

    1.1.0

    License

    Apache-2.0

    Unpacked Size

    55.8 kB

    Total Files

    37

    Last publish

    Collaborators

    • lcschy
    • briangonzalezatbt
    • dhudec
    • davi.basistheory
    • armsteadj1
    • matthew_basistheory
    • bt-platform
    • jleon15
    • kevinperaza-bt
    • greathouse-bt