react-native-smooth-pincode-input icon indicating copy to clipboard operation
react-native-smooth-pincode-input copied to clipboard

Pressing delete on Android crashes app.

Open dbarner1 opened this issue 6 years ago • 3 comments

Should be easy to reproduce. Here's the error we're getting. Let me know if I can provide more info!

Screenshot_20200131-180656_Keep

dbarner1 avatar Jan 31 '20 23:01 dbarner1

Had the same issue (and some others). So I created an own PinInput component inspired on this one. Maybe you can check it out: https://github.com/rodw1995/react-native-pincode-input-component

rodw1995 avatar Mar 06 '20 12:03 rodw1995

@rodw1995 Yea, same.

dbarner1 avatar Mar 08 '20 20:03 dbarner1

@dbarner1

Thanks for reporting and you can also use better implementation with better maintainability: https://github.com/retyui/react-native-confirmation-code-field

react-native-confirmation-code-field animated example react-native-confirmation-code-field mask example react-native-confirmation-code-field underline example react-native-confirmation-code-field basic example

retyui avatar Apr 28 '20 14:04 retyui