在Android,真实设备上调试我的react-native应用时,无法在Chrome开发工具中看到React
标签。
我按照这里的说明操作: https://facebook.github.io/react-native/docs/debugging.html
adb reverse tcp:8081 tcp:8081
。这些是我package.json
中的与React相关的依赖关系:
"react": "^0.14.5",
"react-native": "0.19.0",
"react-native-htmlview": "0.2.0",
"react-native-scrollable-tab-view": "0.3.5",
"react-native-scrollview-lazyload": "1.0.4",
"react-native-swiper": "1.4.3",
"react-native-viewport-units": "0.0.5",
"react-redux": "^4.4.0",
"redux": "3.3.1",
"redux-thunk": "1.0.3"
我也在这个问题中尝试了这个建议:react dev tools not loading in Chrome browser - 没有帮助
如何让标签显示?