- Fix type warning in RN 71.8+
- Resolve #55
- Fix
keyExtractor
types.
- Remove
keyPrefix
and replace withkeyExtractor
like [FlatList].
Small internal lint fixes.
Layout styling fixes #23
- Added ListComponentStyleProp to provide header styles
- Moved style prop from scrollview to view that wraps items in list
- Added contentContainerStyle prop
- Renamed prop for ScrollView from style to containerStyle
Expose innerRef
to use ref of MasonryList
#21
Fix element typings and add default flex: 1
style
Update packages and make it a pure component
Fix element typings and add default flex: 1
style
Add support for horizontal layout #17
Use refreshing
from props if specified #13
Fix unpublished typings
Initial release