React Native JS code runs inside this Chrome tab.
Press ⌘⌥J to open Developer Tools. Enable Pause On Caught Exceptions for a better debugging experience.
Status: Debugger session #10181 active.
chrome console 里还有一个提示
Running application "BingoMe" with appParams: {"rootTag":1,"initialProps":{}}. DEV === true, development-level warning are ON, performance optimizations are OFF
一直显示这个, 请问怎么弄呢?
第二条的 功能我已经开启了
刷新还是不行.
弄了2天了 求大神教教我.
因为用了 Web Worker, chrome 的调试工具暂时无法调试。官方暂时还没有解决。
https://github.com/facebook/react-devtools/issues/229
有个解决办法是使用 http://nuclide.io/ 这个IDE来调试。