iovation SDK for react native
# using npm
npm install react-native-iovation
# OR using Yarn
yarn add react-native-iovation
import { getBlackbox } from 'react-native-iovation';
// ...
const blackbox = await getBlackbox();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library