Instantly share code, notes, and snippets.
Clear adb log history
adb logcat -c
Attach to log with colors
adb logcat -v color
Script to debug in linux using react-native-debugger (WIP)
"debug:linux": "REACT_NATIVE_PACKAGER_HOSTNAME='192.168.1.122' DEBUGGER_SETTING='{\"host\":\"localhost\",\"port\":\"19002\"}' react-native-debugger & expo start",
Sorry, something went wrong.
Script to debug in linux using react-native-debugger (WIP)