RE: https://github.com/GeekyAnts/NativeBase/blob/master/src/basic/List.js#L15
RN 0.43, NB 2.1.2
To be able to pass in a hash of sections and rows, with section data for labels (like you can with ListView).
Can only pass in a "flat" single section list, as we assume dataArray coded that way, using cloneWithRows. See: http://richardkho.com/section-headers-in-react-native-listview-components/
@njt1982 NativeBase List, through dataArray accepts only single section list. For more complex data list you can use RN ListView.