Dean177 / react-native-json-tree

React Native JSON Viewer Component, based on react-json-tree
MIT License
117 stars 30 forks source link

Is there a way to have label and value on separate lines? #128

Closed scott-laursen closed 7 years ago

scott-laursen commented 7 years ago

Great tool - thank you!

As the title says I would like to hear if there is a way to have the label and content on separate lines. The problem happens when the value is very long and I try to show it on a phone in portrait.

Dean177 commented 7 years ago

Take a look at the https://github.com/Dean177/react-native-json-tree#customize-rendering section. If it doesn't help / work, let me know and I will take a closer look.

Dean177 commented 7 years ago

@scott-laursen did you manage to get the layout you were going for?