Description:
A React Native confirmation code input (pin code input) for both iOS and Android.
Features:
- A user-friendly component for inputting confirmation code
- Extended from component, so you can use its props
- Built-in type of code input: underline, box, circle
- Set position: center, left, right, full width
- Set size and active color, inactive color
- Easy to customize style, use base style from TextInput component
- Check code on finish or return code for async checking
- Clear code on fail
- Use React Native ES6
Installation:
# NPM $ npm install react-native-confirmation-code-input --save






