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'm having an issue with image loading in my React Native app using react-native-fast-image. My images are loading very slowly, even on a 5G network, especially when I try to load new images multiple times. I’ve implemented preloading, but it doesn’t seem to improve the situation.
🎉 🎉
I found a solution that resolved my image performance issue — I highly recommend using react-native-turbo-image. It's a drop-in replacement for the built-in component and offers significantly faster image loading, automatic memory and disk caching, and smoother scroll performance, especially in image-heavy components like FlatList.
I'm having an issue with image loading in my React Native app using react-native-fast-image. My images are loading very slowly, even on a 5G network, especially when I try to load new images multiple times. I’ve implemented preloading, but it doesn’t seem to improve the situation.
React-Native version:0.70.0
react-native-fast-image:^8.6.3
Please check below video for issue :-
Screen.Recording.2024-08-30.at.11.44.05.AM.mov
I want to solve this issue as below link
Screen.Recording.2024-08-30.at.11.24.04.AM.mov
if anyone know to any solution please let me know.
The text was updated successfully, but these errors were encountered: