Jeepeng / react-native-simple-table

A simple table for react native.
Apache License 2.0
32 stars 13 forks source link

Added styling support #8

Closed Balanced02 closed 5 years ago

Balanced02 commented 5 years ago

Added Support for Styling for Header, Header Container, Body and Body Container:

    headerContainerStyle: PropTypes.object,
    bodyContainerStyle: PropTypes.object,
    headerStyle: PropTypes.object,
    bodyStyle: PropTypes.object