Releases: msupply-foundation/react-native-data-table
Releases · msupply-foundation/react-native-data-table
Version 0.2.2
What's Changed
- Updated README by @theapache64 in #26
- Fix "A trailing comma is not permitted..." Babel error by @sworupSussol in #29
- Fix "A trailing comma is not permitted after the rest element" Babel … by @sworupSussol in #28
- listViewStyle is supposed to be Object by @sworup in #44
- Update deprecated real listview by @sworup in #79
New Contributors
- @theapache64 made their first contribution in #26
- @sworupSussol made their first contribution in #29
- @sworup made their first contribution in #44
Full Changelog: v0.2.0...0.2.2
Version 0.2.0
Fixes PropType issues for projects using RN versions greater than ~0.44.0
Will break versions less than that that don't have the current ViewPropTypes module export in RN.