Image selection become slow in android device when number of images are more then 100+
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
This looks bit weird. Could you also try react-native-fast-image and see if there are any changes?
I face the same issue. Any update?
+1 Having crazy performances issues on Android as well. App is practically unusable.
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.
I face the same issue