## 1.2.2
* Fix type warning in RN 71.8+
  - Resolve [#55](https://github.com/hyochan/react-native-masonry-list/issues/55)

## 1.2.1
* Fix `keyExtractor` types.

## 1.2.0

## What's Changed
* Remove `keyPrefix` and replace with `keyExtractor` like [FlatList].

## 1.1.5

## What's Changed
* Add optional `removeClippedSubviews` by @hyochan in https://github.com/hyochan/react-native-masonry-list/pull/30
* Support `onScroll` by @hyochan in https://github.com/hyochan/react-native-masonry-list/pull/31


## 1.1.4

Small internal lint fixes.


## 1.1.3

Layout styling fixes [#23](https://github.com/hyochan/react-native-masonry-list/pull/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

## 1.1.1

Expose `innerRef` to use ref of `MasonryList` [#21](https://github.com/hyochan/react-native-masonry-list/pull/21)

## 1.1.0

Fix element typings and add default `flex: 1` style

Update packages and make it a pure component

## 1.0.9

Fix element typings and add default `flex: 1` style

## 1.0.8

Add support for horizontal layout [#17](https://github.com/hyochan/react-native-masonry-list/pull/17)

## 1.0.7

Use `refreshing` from props if specified [#13](https://github.com/hyochan/react-native-masonry-list/pull/13)

## 1.0.6

Fix unpublished typings

## 1.0.1

Initial release
