srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

Component is very slow to use on Android #3

Closed nicoladj77 closed 5 months ago

nicoladj77 commented 2 years ago

Hi, I'm using the component with Formik, and it's very slow: it takes a lot to open the dialog and a lot of time when closing the dialog after clicking on Done. I haven't tested on iPhone yet.

srivastavaanurag79 commented 2 years ago

Sorry, it isn't tested with Formik, works fine natively.

nicoladj77 commented 2 years ago

@srivastavaanurag79 hey so I think that the issue is only present when a large number of options is being used. I was using 100 options and it was very slow, but with 20 is ok

nicoladj77 commented 2 years ago

@srivastavaanurag79 good to close but performance should be investigated.

nicoladj77 commented 7 months ago

@srivastavaanurag79 I am still having performance issue on Android, it's basically slow on first open and on first close. Using it with a list of countries.

srivastavaanurag79 commented 7 months ago

i am not able to work on this project currently. Sorry

srivastavaanurag79 commented 5 months ago

Tested for 10000 better optimized now by using flatlist