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
Is there any possibility or solution to lazy load an auto height image component? In a large list with several images it is downloading all images at once I believe.
The text was updated successfully, but these errors were encountered:
Is there any possibility or solution to lazy load an auto height image component? In a large list with several images it is downloading all images at once I believe.
you need to add a package react-native-fast-image and then edit node_modules/react-native-auto-height-image/index.ts like this
Is there any possibility or solution to lazy load an auto height image component? In a large list with several images it is downloading all images at once I believe.
The text was updated successfully, but these errors were encountered: