-
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
Dropdown is too slow #97
Comments
Same problem here. I'm loading a JSON array with 250+ objects. It's really slow and on low-end Android phones it crashes with a java.io.EOFException |
can we disable the animation to improve speed when dropdown has 100+ items? |
Yeah this is really slow. Any solution? |
I don't know if a dropdown is a good option for a scenario when you have hundreds of items to select from. I implemented a 'picker' because it's something that is familiar to users of the software my app talks to, for dealing with essentially dropdowns with hundreds of potential items: |
It is slow in android even with 2 elements. Is there a way to disable animation? |
Yes, very slow. Not practical. Wish it was, I like the functionality. |
+1, removed the package because it's too slow. Even with the example data of 3 items. |
set animationDuration= {0} |
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 and if you need any paid help or development in react native or core android please reach me at [email protected] |
Awesome! It works even on very old Android devices. You saved my hours. |
use "npm install https://github.com/harshitjee/react-native-material-dropdown.git " instead of npm install --save react-native-material-dropdown thanks it really works..... |
Honestly, "npm install https://github.com/harshitjee/react-native-material-dropdown.git " Worked for me too. |
"npm install https://github.com/harshitjee/react-native-material-dropdown.git " working. |
Wow this is amazing thanks @harshitjee |
TypeError: Cannot read property 'style' of undefined |
When I have much data about 100+ elements dropdown is showing too long, about 4-5sec. Any ideas how can I speed up dropdown initial showing?
The text was updated successfully, but these errors were encountered: