react-native-otp-entry
react-native-otp-entry copied to clipboard
Simple and fully modifiable OTP Input Component for React Native
**Describe the bug** Setting a gap or margin on the containerStyle or pinCodeContainerStyle doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....'...
**Describe the bug** Otp received is not showing in keyboard to autofill **To Reproduce** Steps to reproduce the behavior: 1. Generate OTP 2. OTP received is not shown in keyboard...
Adds the focus container styles to the last input when the otp is filled and focused. @anday013 Setting as draft to account for any cleanup and tests needed. Comments welcome!
When the OTP is fully filled and pressed (for editing), I think the input should show that it's focused somehow. Proposal would be to focus (but persist) the last digit/character....
# Hello Community 👋 I'm inviting you to contribute custom styles to enhance react-native-otp-entry showcase. Your creativity will not only improve the library but also inspire other users of the...
**Describe the bug** Users cannot manually select and input a number into a text input field other than the first one when using the OTP library. This issue prevents users...
**Is your feature request related to a problem? Please describe.** I want to be able to apply a loading animation to the OTP, such as a shimmer or "breathe" effect...
This pull request adds an **accessibilityLabel** prop to the **Pressable** component within the **OtpInput** component. The change is minimal but significantly enhances the testability of the component across both Android...
Added functionality so that this package can be used with gorhom/react-native-bottom-sheet. This mostly solves keyboard behaviour when the otp entry is used in the bottom sheet, otherwise its very tricky....
**Describe the bug** I have implemented the input component from the package but is not autofilling on both IOS and android, and autodetect otp is not working on android ```...