0 votes
in ReactJS by

How to do logging in React Native?

1 Answer

0 votes
by

You can use console.logconsole.warn, etc. As of React Native v0.29 you can simply run the following to see logs in the console:

$ react-native log-ios
$ react-native log-android

Related questions

0 votes
0 votes
asked Mar 2, 2020 in ReactJS by miceperry
0 votes
0 votes
asked Mar 1, 2020 in ReactJS by RShastri
0 votes
asked Mar 1, 2020 in ReactJS by RShastri
...