when I keep react-devtools
opened, the xcode memory grows fast:
And after I close react-devtools
, the xcode memory becomes smooth:
reproduction step:
- open
react-devtools
with official app orreact-native-debugger
- run this project in xcode
- open
Debug JS Remotely
- view the xcode memory graph
- you should see that the memory grows fast, as time goes on.
- then close
react-devtools
- you should see that the memory becomes smooth.
Is there something wrong?
memory leak with react-devtools
?