How to do logging in React Native? -


how can log variable in react native, using console.log when developing web?

console.log works.

by default on ios, logs debug pane inside xcode.

from ios simulator press (+d) , press remote js debugging. open resource, http://localhost:8081/debugger-ui on localhost. there use chrome developer tools javascript console view console.log


Comments