We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello guys! I'm experiencing very high memory usage in my app 165-350MB
Can you share how much memory your apps use? Or how do you reduce memory usage with many screens?
Thanks!
To see memory usage type in terminal:
adb shell dumpsys meminfo com.your.packageName
I also created an issue in RN github repository: facebook/react-native#16590
Because same code works without lags in iOS it's definitely something wrong.
The text was updated successfully, but these errors were encountered:
Also I've noticed then you pop from scene memory not released. Although views reduced
pop
Sorry, something went wrong.
Please check pure react-navigation. I'm closing this until more details will appear (about RNRF code)
No branches or pull requests
Hello guys!
I'm experiencing very high memory usage in my app 165-350MB
Can you share how much memory your apps use? Or how do you reduce memory usage with many screens?
Thanks!
To see memory usage type in terminal:
adb shell dumpsys meminfo com.your.packageName
I also created an issue in RN github repository: facebook/react-native#16590
Because same code works without lags in iOS it's definitely something wrong.
Version
The text was updated successfully, but these errors were encountered: