Skip to content
作者:  WHY
字数统计: 
阅读时长:  分钟
阅读量: 

抓包

Flipper

Wireshark

Reactotron

React DevTools

启动 electron 构建的 react 调试工具

bash
npx react-devtools

Android Studio logcat:

bash
# if using an emulator
adb logcat

# if using a real device
adb devices
adb -s "DEVICE_ID" logcat

或使用如下命令:

bash
npx react-native log-android
npx react-native log-ios

Contributors

The avatar of contributor named as why why

Changelog

Released under the MIT License.