msupply-foundation / react-native-data-table

154 stars 35 forks source link

listViewStyle is supposed to be Object #44

Closed sworup closed 5 years ago

sworup commented 5 years ago

Having listViewStyle typed as number causes a series of errors.

Warning: Failed prop type: Invalid prop `listViewStyle` of type `object` supplied to `DataTable`, expected `number`.
    in DataTable (at react-native-generic-table-page/index.js:459)
    in GenericTablePage (at GenericPage.js:67)