react-native-iovation
v0.4.3
Published
iovation SDK for react native
Downloads
246
Maintainers
Readme
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