You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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
The text was updated successfully, but these errors were encountered: