Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory issues after upgrading react/react-native version #157

Open
bitshadow opened this issue Mar 15, 2019 · 3 comments
Open

Memory issues after upgrading react/react-native version #157

bitshadow opened this issue Mar 15, 2019 · 3 comments

Comments

@bitshadow
Copy link

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.

Screenshot 2019-03-15 at 3 34 58 PM

In older version of react/react-native it seems to work fine and occupies around ~11Mb of data.

    "react": "16.3.1",
    "react-native": "0.55.3",

This is how it looked before. https://medium.freecodecamp.org/finding-memory-leaks-react-native-app-ios-46e6eeb50c8c

@ammoradi
Copy link

@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 ?

@bumpingChris
Copy link

We're also experiencing the same memory issue:
Using RN 0.58.6

With cached-image:
Screen Shot 2019-06-20 at 11 13 00 AM

Without cached-image:
Screen Shot 2019-06-20 at 3 23 43 PM

Any update on this?

@wumke
Copy link

wumke commented Jul 11, 2019

Following this since I wanted to update in the coming months...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants