-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
BugPlatform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
🐛 Bug Report
Native modules memory leaks when reload bundle by double click "R".
To Reproduce
create react app
react-native init MyApp --template typescript
# &
npm startopen the android project by AndroidStudio,Run app through 'Run' button
dump java heap with Profiler
double click "R"
force GC and dump java heap again
Now, we can see memory leaks.
not just built in modules, but also custom modules.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugPlatform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.


