An open API service indexing awesome lists of open source software.

https://github.com/johelder/react-native-input-code-otp

react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.
https://github.com/johelder/react-native-input-code-otp

expo one-time-password otp otp-input react-native react-native-input-code-otp react-native-otp react-native-otp-input sms-code verification-code

Last synced: about 1 month ago
JSON representation

react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.

Awesome Lists containing this project

README

        

# react-native-input-code-otp

react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.

![Presentation Video](./.github/assets/react-native-input-code-otp.gif)

## Installation

```sh
npm install react-native-input-code-otp
```

## Usage

```ts
import {
TextInputOTP,
TextInputOTPSlot,
TextInputOTPGroup,
TextInputOTPSeparator,
} from 'react-native-input-code-otp';

export function MyComponent() {
return (
console.log(code)}>












)
}
```

## Contributing

Contributions are welcome! Please feel free to open issues or submit pull requests.

If you find a bug or have any feature requests, please open an issue :)

## License

This project is licensed under the MIT License.