react-native-tableview-simple
react-native-tableview-simple copied to clipboard
Support new iOS 14 Style
I was able to get good results by just using marginHorizontal: 15 on TableView and a few modifications to Section:
<TableView style={{marginHorizontal: 15}}>
<Section
roundedCorners={true}
hideSurroundingSeparators={true}
>
...