Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 555 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 555 Bytes

react-native-iovation

iovation SDK for react native

Installation

# using npm
npm install react-native-iovation

# OR using Yarn
yarn add react-native-iovation

Usage

import { getBlackbox } from 'react-native-iovation';

// ...

const blackbox = await getBlackbox();

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