react-native-tableview-simple icon indicating copy to clipboard operation
react-native-tableview-simple copied to clipboard

Support new iOS 14 Style

Open Purii opened this issue 5 years ago • 1 comments

Purii avatar Sep 29 '20 11:09 Purii

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}
  >
...

MSchmidt avatar Apr 01 '21 07:04 MSchmidt