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
A good example are messengers. I first load the 20 messages with an image, but I have 50 in total. When I open the chat, and I open the first image thorough the carousel, there is no easy way for me to load the next 30 if I hit the end of the carousel.
I think it should be manageable to implement cuz you get the finite list of elements and can just ask how many images before the end (onEndReachedThreshold) is the function going to be triggered.
Thanks!
The text was updated successfully, but these errors were encountered:
A function similar to https://reactnative.dev/docs/flatlist#onendreached. It could be really helpful for lazy loading the images.
A good example are messengers. I first load the 20 messages with an image, but I have 50 in total. When I open the chat, and I open the first image thorough the carousel, there is no easy way for me to load the next 30 if I hit the end of the carousel.
I think it should be manageable to implement cuz you get the finite list of elements and can just ask how many images before the end (onEndReachedThreshold) is the function going to be triggered.
Thanks!
The text was updated successfully, but these errors were encountered: