Issue by salmon002
_Thursday Mar 30, 2017 at 00:55 GMT_
_Originally opened as https://github.com/storybooks/react-native-storybook/issues/133_
how can i debug my app. For example, how to print debug info in browser?
You can use debugger;
break-points
and console.log()
inside the add
function or inside your components, and open the web dev tools.
Most helpful comment
You can use
debugger;
break-points
andconsole.log()
inside theadd
function or inside your components, and open the web dev tools.