FlatList
andSectionList
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 ofnumColumns
keyExtractor
prop is needed nowitemHasChanged
prop is no longer needed
- Replace
componentWillReceiveProps
withgetDerivedStateFromProps
- Bump
peerDependencies
forreact
andreact-native