i use reactotron with reactnative on macos
i have lots of http responses like this, with lot of nested array/object.
it’s a lost of time to click on each node to un collapse. how to display data directly like i can have with console.log(JSON.Stringify( data, undefined, 3)) for example ?
thanks .
my ReactotronConfig.js
file
<code>import Reactotron, {networking} from 'reactotron-react-native';
Reactotron.configure() // controls connection & communication settings
.useReactNative() // add all built-in react native plugins
.use(networking())
.connect(); // let's connect!
</code>
<code>import Reactotron, {networking} from 'reactotron-react-native';
Reactotron.configure() // controls connection & communication settings
.useReactNative() // add all built-in react native plugins
.use(networking())
.connect(); // let's connect!
</code>
import Reactotron, {networking} from 'reactotron-react-native';
Reactotron.configure() // controls connection & communication settings
.useReactNative() // add all built-in react native plugins
.use(networking())
.connect(); // let's connect!