抓包
- Removal of Flipper React Native Plugin - React Native
- Why you don’t need Flipper in your React Native app … and how to get by without it
Flipper
Wireshark
Reactotron
React DevTools
启动 electron 构建的 react 调试工具
bash
npx react-devtoolsAndroid 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