-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop-down is too slow in my case . It takes too long . #88
Comments
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Does using the animationDuration property at a lower number of milliseconds not help? The default is 255. |
No I solved it. react-native-matrerial-dropdown was using a ScrollView in versions before 8.0.0. So it was extremely slow for large lists like in my case. I just had to upgrade to the lastest version, where they use a FlatList instead, which is much faster. |
I've upgraded to version 0.11.1 and the dropdown is still super slow...anyone else experiencing this? |
@NdaJunior It is extremely slow in 0.11.1, I have the same problem |
SLOOOOOWWW |
SLOWWWWWW........i thought its my code but its the module.... |
here tooo......very slow |
guys i hv improved the slowness issue please check https://github.com/harshitjee/react-native-material-dropdown.git use npm install https://github.com/harshitjee/react-native-material-dropdown.git and give me yr feedback |
set there animationDuration to get fast response. slow because of animation at there start. animationDuration={300} |
My drop-down is pretty slow. It especially takes a long time if I try to change my major. Or anything dealing with adding or editing a major . I really need to make adding or editing a major much faster. I am not sure the reason why editing or adding a major is taking too long with react-native-material-dropdown. And I am not sure about how to go at making adding and editing a major much faster. So I am posting the entire component and I am commenting parts that deal with adding or editing a major. I Here is the entire component code:
The text was updated successfully, but these errors were encountered: