Skip to content
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

Open
GeekLabVK opened this issue Mar 23, 2018 · 16 comments
Open

Dropdown is too slow #97

GeekLabVK opened this issue Mar 23, 2018 · 16 comments

Comments

@GeekLabVK
Copy link

GeekLabVK commented Mar 23, 2018

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?

@Gustash
Copy link

Gustash commented Apr 5, 2018

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

@eggybot
Copy link

eggybot commented Apr 25, 2018

can we disable the animation to improve speed when dropdown has 100+ items?

@azwar
Copy link

azwar commented Jun 7, 2018

Yeah this is really slow. Any solution?

@ccdwyer
Copy link

ccdwyer commented Jun 12, 2018

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:

https://gph.is/2HH6ca8

@halaharr
Copy link

halaharr commented Jul 8, 2018

It is slow in android even with 2 elements. Is there a way to disable animation?

@peacelovesapples
Copy link

Yes, very slow. Not practical. Wish it was, I like the functionality.

@C0dekid
Copy link

C0dekid commented Jul 31, 2018

+1, removed the package because it's too slow. Even with the example data of 3 items.

@sijad
Copy link

sijad commented Aug 6, 2018

@vgvishal538
Copy link

set animationDuration= {0}

@harshitjee
Copy link

harshitjee commented Aug 30, 2018

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]

@kjs104901
Copy link

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

Awesome! It works even on very old Android devices. You saved my hours.

@sanketkumbhare
Copy link

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.....

@Hummingbirditsircles
Copy link

Honestly, "npm install https://github.com/harshitjee/react-native-material-dropdown.git " Worked for me too.

@Digant312
Copy link

"npm install https://github.com/harshitjee/react-native-material-dropdown.git " working.
Thanks man..!

@paulupendo
Copy link

Wow this is amazing thanks @harshitjee

@luan-nvg
Copy link

luan-nvg commented Mar 29, 2021

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]

TypeError: Cannot read property 'style' of undefined
newer verses of the native react 0.63 and 0.64 does not work - 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests