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
Android debugger shows that RNScreens is leaking an object. This is mostly a question as perhaps it is not really a problem.
Looks like certain fragments are leaking in the sparse array.
createStackNavigator
No memory leaks.
Memory leak.
May provide later.
The text was updated successfully, but these errors were encountered:
I believe your issue is mentioned here: https://github.com/software-mansion/react-native-screens#other-problems and explained here: #843 (comment).
Sorry, something went wrong.
Thanks, I should have searched for that first 😁
No branches or pull requests
Description
Android debugger shows that RNScreens is leaking an object. This is mostly a question as perhaps it is not really a problem.
Looks like certain fragments are leaking in the sparse array.
Screenshots
Steps To Reproduce
createStackNavigator
(not native), and test pushing and popping some screensExpected behavior
No memory leaks.
Actual behavior
Memory leak.
Reproduction
May provide later.
Platform
Workflow
Package versions
The text was updated successfully, but these errors were encountered: