After upgrading to RN0.57 dev tools become very slow. If I turn off the React dev-tools it works well. I guess it might be related to the recent addition of Performance tab in React tools?
React Native Debugger app version: 0.8.1
React Native version: 0.57.4
Platform: iOS
Is real device of platform: Yes
Operating System: macOS
I am also experiencing this issue, but on both platforms: Android and iOS
Only occurs when connected to the debugger. It is pretty noticeable since the upgrade to 0.57.0
was working fine in 0.56.x, or at least not this slow.
Same problem... Almost unusable when debugging. I wish to know at least a workaround for that matter.
This how I use it on daily basis.
right click and Toggle React DevTools (to hide React DevTools)

Use standalone React DevTools:
yarn global add react-devtools
after that. Whenever need just pop open the tools from command line:
react-devtools
i've noticed just restarting the debugger (and sometimes the ios simulator, too) also temporatily helps.
right click and Toggle React DevTools (to hide React DevTools)
super hack 馃グ
@usrbowe
right click and Toggle React DevTools (to hide React DevTools)
is super hack 馃暫
Most helpful comment
馃憠 TEMPORARY WORKAROUND 馃敟
right click and

Toggle React DevTools(to hide React DevTools)Use standalone React DevTools:
yarn global add react-devtoolsafter that. Whenever need just pop open the tools from command line:
react-devtools