How to do logging in React Native?

前端 未结 30 3574
不思量自难忘°
不思量自难忘° 2020-11-30 17:08

How can I log a variable in React Native, like using console.log when developing for web?

30条回答
  •  天涯浪人
    2020-11-30 17:45

    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

提交回复
热议问题