react-native-masonry-list icon indicating copy to clipboard operation
react-native-masonry-list copied to clipboard

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

Open ronakbuoyancy opened this issue 3 years ago • 5 comments

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.

https://user-images.githubusercontent.com/102415580/171390699-ba4000db-9c95-44f7-b5e2-37f03f2781ed.mov

ronakbuoyancy avatar Jun 01 '22 11:06 ronakbuoyancy

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

hyochan avatar Jun 18 '22 15:06 hyochan

I face the same issue. Any update?

wisungyo avatar Jun 30 '22 22:06 wisungyo

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

itajenglish avatar Jul 04 '22 05:07 itajenglish

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.

ponikar avatar Oct 12 '22 07:10 ponikar

I face the same issue

BridgeEast avatar Jun 07 '23 07:06 BridgeEast