Skip to content

Instantly share code, notes, and snippets.

@ddoice
Created July 22, 2020 06:12
Show Gist options
  • Save ddoice/8c35ae1ebcb23b3e52200f0f539b3df1 to your computer and use it in GitHub Desktop.
Save ddoice/8c35ae1ebcb23b3e52200f0f539b3df1 to your computer and use it in GitHub Desktop.

Clear adb log history

adb logcat -c

Attach to log with colors

adb logcat -v color
@ddoice
Copy link
Author

ddoice commented Jul 22, 2020

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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment