How to do logging in React Native?

前端 未结 30 3556
不思量自难忘°
不思量自难忘° 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:34

    If you are on osx and using an emulator, you can view your console.logs directly in safari web inspector.

    Safari => Development => Simulator - [your simulator version here] => JSContext

提交回复
热议问题