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
Looks like after upgrading the react-native and react versions app started crashing because of the memory leaks. I did the profiling which shows something like this. I am using around 12+ images in the app.
In older version of react/react-native it seems to work fine and occupies around ~11Mb of data.
@bitshadow I read your article. exactly we have the same issue with react-native-fast-image.
based on your issue here, is this library a good alternative choice to use in RN 0.57 ?
Looks like after upgrading the react-native and react versions app started crashing because of the memory leaks. I did the profiling which shows something like this. I am using around 12+ images in the app.
In older version of react/react-native it seems to work fine and occupies around ~11Mb of data.
This is how it looked before. https://medium.freecodecamp.org/finding-memory-leaks-react-native-app-ios-46e6eeb50c8c
The text was updated successfully, but these errors were encountered: