ttdung11t2 / react-native-confirmation-code-input

A react-native component to input confirmation code for both Android and IOS
MIT License
411 stars 349 forks source link

Component works very slow, dropping input #73

Closed devstarman closed 4 years ago

devstarman commented 4 years ago

Even on clear react-native project installed component works very slow. My use case is 4-digit sms code entry and as proficient mobile phone user when I'm typing fast it only picks up 2 digits from 4 typed which would be very annoying for my users. Oppose to that I've tested normal TextInput which is working just fine. It was tested on 4 different devices, always very bad performance. Any suggestions?

Google drive link to video screen record: https://drive.google.com/file/d/1NxbFPZK38k4UrQQJmLqA8MIbpgF365hx/view?usp=sharing

retyui commented 4 years ago

@devstarman You can use a fork without this problem https://github.com/retyui/react-native-confirmation-code-field

devstarman commented 4 years ago

@retyui sorry for late reply and thanks! it done its job :)