git clone https://github.com/retyui/react-native-confirmation-code-field.git
cd react-native-confirmation-code-field
yarn
# start metro bundler in background
yarn start &
# build & run on iOS
yarn ios
# build & run on Android
yarn android
- Animated example src/AnimatedExample
- Masked TextInput for Social security number src/FormattingExample
- Hide & Show password src/UnmaskExample
- Customizable password mask and placeholder characters src/AnimatedExample
- Underline example src/UnderlineExample
- Basic example src/AnimatedExample