react-native-paper-otp-input
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

react-native-paper-otp-input

  • Customizable OTP input component for react-native-paper
  • Built with react-native-paper components and TypeScript
  • Supports custom styles

Installation

npm install react-native-paper-otp-input

or

yarn add react-native-paper-otp-input

Usage

import { PaperOtpInput } from 'react-native-paper-otp-input';

// You need to wrap it around scroll view for input blur to
//work properly
<PaperOtpInput
  maxLength={4}
  onPinReady={(pin) => {
    console.log('Pin is ready:', pin);
  }}
/>;

Give this repository a star 🌟, if you found this package useful.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Author

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-paper-otp-input

Weekly Downloads

13

Version

1.2.0

License

MIT

Unpacked Size

30.6 kB

Total Files

17

Last publish

Collaborators

  • vaibhav01