msupply-foundation / react-native-data-table

154 stars 35 forks source link

Work with new versions of React which don't have PropTypes included #12

Closed martsie closed 6 years ago

martsie commented 6 years ago

Currently, although this module has been refactored to use the prop-types library it does not work with modern versions of React because it uses an old version of react-native-vector-icons. The dependency needs to be version 4.1 or above https://github.com/oblador/react-native-vector-icons/releases/tag/v4.1.0 to work.

andreievg commented 6 years ago

https://github.com/sussol/react-native-data-table/pull/17