I was hoping to simulate sections in the ListView where the section headers would be displayed each group of icons, but the way this is done the headers are displayed in left-to-right flow along with other rows. (There's a sample of multi-section ListBox code at http://moduscreate.com/react-native-listview-with-section-headers).
Is there any way to force each section header to display on a "new line"?