Skip to content

emre-sozen/react-native-otp-boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PackageIntro

react-native-otp-boxes

It will allow you to complete all the necessary steps to use the verification code sent to your phone in the application. You will be able to develop special designs as soon as possible.

Installation

With npm

npm i react-native-otp-boxes

With yarn

yarn add react-native-otp-boxes

How to use

<OtpBoxes
  numberOfDigits={6}
  focusColor="#93C5FD"
  onTextChange={(text) => {
    // when onTextChange
 }}
  onFilled={(text) => {
    // when onFilled
  }}
/>

About

Fully Customizable OTP Verification Component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published