1.3.5 • Published 2 years ago
react-native-otp-form v1.3.5
react-native-otp-form
React Native component for OTP Input Form
Getting started
Yarn
yarn add react-native-otp-form
NPM
npm install react-native-otp-form --save
Usage
Example
import OTP from "react-native-otp-form"<OTP
codeCount={6}
containerStyle={{ marginTop: 50 }}
otpStyles={{ backgroundColor: "#eee" }}
/>Check out the example project for more examples.
Props
| Type | Required | Description |
|---|---|---|
| codeCount | Yes | How many otp box/character |
| containerStyle | No | Styles for container View |
| otpStyle | No | Styles for each of TextInput |
| onTyping | No | Callback to get otp when user typing |
| onFinish | No | Callback to get otp value when user finish filled all boxes |
| ...TextInputProps | No | TextInput Props |
Running the Example app
While developing, you can run the example app to test your changes.
Setup
- Clone the repository
- Go to Example folder (Expo)
- Run
yarn install
Start the app (Example in Expo)
- Run
yarn start
License
The library is released under the MIT licence. For more information see LICENSE.
1.3.5
2 years ago
1.3.4
2 years ago
1.3.3
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.2.4-rc025
2 years ago
1.2.4-rc01
2 years ago
1.2.4-rc02
2 years ago
1.2.5
2 years ago
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.4-rc023
2 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.1.2
3 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago