Skip to content

v2.0.0 - move to `FlatList` and `SectionList`

Compare
Choose a tag to compare
@phil-r phil-r released this 20 May 11:13
· 49 commits to master since this release
  • FlatList and SectionList are used now πŸŽ‰
  • Breaking renderSectionHeader now works as in SectionList, you need to update this or your section titles will disappear
  • Deprecation sectioned grid will no longer support data as an object in the future, new format is [{title, data:[]}, ...]
  • Deprecation itemsPerRow is now deprecated in favor of numColumns
  • keyExtractor prop is needed now
  • itemHasChanged prop is no longer needed

Important commits:

v1.1.0...v2.0.0