callstack / callstack/react-native-paper
OTP Input component
- Dominant language
- TypeScript
- Stars
- 14.5k
- Forks
- 2.2k
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 12
Description
**Is your feature request related to a problem? Please describe.**
OTP / verification code input is a common requirement, but react-native-paper does not provide a dedicated component. Developers must build custom solutions or rely on third-party libraries.
**Describe the solution you'd like**
Add a built-in OTP Input component that works with the existing react-native-paper theme and components.
**Describe alternatives you've considered**
Using third-party libraries.
**Additional context**
This is a common pattern in authentication flows (login, signup, 2FA) and would improve consistency and developer experience.
Contributor guide
Assessment
This issue has not been assessed yet.