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

Image selection become slow in android device when number of images are more then 100+ #37

Open
ronakbuoyancy opened this issue Jun 1, 2022 · 5 comments
Labels
🤖 android Related to android 🕵️‍♂️ need more investigation Need investigation on current issue

Comments

@ronakbuoyancy
Copy link

I load more then 100+ images on masonry list and when i scroll and select image from list, response take few seconds in android device while it's working perfectly in ios devices.

MasonryList.mov
@hyochan
Copy link
Owner

hyochan commented Jun 18, 2022

This looks bit weird. Could you also try react-native-fast-image and see if there are any changes?

@hyochan hyochan added 🕵️‍♂️ need more investigation Need investigation on current issue 🤖 android Related to android labels Jun 18, 2022
@wisungyo
Copy link

I face the same issue. Any update?

@itajenglish
Copy link

+1 Having crazy performances issues on Android as well. App is practically unusable.

@ponikar
Copy link

ponikar commented Oct 12, 2022

This is happening because under the hood the library uses ScrollView which does not have any performance benefits compared to Flalist. So unfortunately you cannot use this library to render a long list of data.

In iOS, it will work smoothly but in android, you will see the sluggishness.

@BridgeEast
Copy link

BridgeEast commented Jun 7, 2023

I face the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android Related to android 🕵️‍♂️ need more investigation Need investigation on current issue
Projects
None yet
Development

No branches or pull requests

6 participants