How to do logging in React Native?

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

    You can use Reactotron also, it will give you lot more functionality than just logging. https://github.com/infinitered/reactotron

提交回复
热议问题