I'm using react native and the new flipper debugger. I have a very simple question, currently when i log a big object it only display in one line like this :
Is there a way to display it in a better way like in chrome debugger tools like this :
As it would be easier to navigate inside a log of an object with chrome like display instead of scrolling horizontally through one line.
Thanks in advance