[logging] How to do logging in React Native?

Every developer facing this issue of debugging with the react native, even I faced too and I refer this and solution is sufficient for me at initial level, it cover few ways that help us to try and use what ever comfortable with us

  1. Debugging with console.log
  2. Debugging code (logic) with Nuclide
  3. Debugging code(logic) with Chrome
  4. Use Xcode to debug GUI

https://codeburst.io/react-native-debugging-tools-3a24e4e40e4