README
react-native-otp-box
Getting started
$ npm install react-native-otp-box --save
Mostly automatic installation
$ react-native link react-native-otp-box
Usage
import OtpBox from 'react-native-otp-box';
// TODO: What to do with the module?
OtpBox;