Releases: naveenvignesh5/react-native-otp-textinput
Releases · naveenvignesh5/react-native-otp-textinput
Peer version fix
Update package.json to accommodate latest react native versions.
Remove console.log
v1.1.5 1.1.5
Prettier fix, Cursor Color
- Update prettier config
- Map tint color to cursor color
React Dependency fix
v1.1.3 fix: update react dep version
React, React Native Dependency Version Update
Update Peer dependency for react, react native
Add handleCellTextChange callback, Copy paste example
- Add
handleCellTextChange
optional prop to track text change in individual cell - Update example code to use
handleCellTextChange
to implement copy paste into OTP input - Update setValue method to handle paste input
Typescript Support
- Add typescript support to package
- Update example code to typescript
Multiple Tint Color, Bugs fixes
The latest release contains the following features.
- Each input box can be coloured individually.
- Added a test id prefix to each input to enable easy unit testing
- Bug fixes
Autofocus, Backspace bug fixes
v0.0.9 0.0.9
Component Bug fixes, Clear, Update Functions added.
v0.0.7 0.0.7