Skip to content

Releases: hyochan/react-native-masonry-list

1.4.2

06 Jun 07:23
Compare
Choose a tag to compare

Resolve #55

Full Changelog: 1.4.1...1.4.2

1.4.1

10 Oct 05:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Contributors

@lucianomlima @hyochan

Full Changelog: 1.4.0...1.4.1

1.4.0

29 Sep 05:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.4.0

1.3.3

05 Sep 08:11
Compare
Choose a tag to compare

What's Changed

  • Fix for onEndReached not getting called by @Vin-Xi in #46

New Contributors

Full Changelog: 1.3.2...1.3.3

1.3.2

19 Aug 05:10
dfc4fe3
Compare
Choose a tag to compare

What's Changed

  • fix: set default onEndReachThreshold to 0 by @hyochan in #43

Full Changelog: 1.3.1...1.3.2

1.3.1

09 Aug 07:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

02 Apr 10:19
75d14bb
Compare
Choose a tag to compare

What's Changed

  • Expose keyExtractor and remove keyPrefix by @hyochan in #32
  • Fix keyExtractor placed on parent view by @hyochan in #33

Full Changelog: 1.1.5...1.3.0

1.1.5

02 Apr 07:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.4...1.1.5

1.1.4

08 Dec 03:57
Compare
Choose a tag to compare

Small internal lint fixes.

1.1.3

28 Nov 17:34
b4a5b5d
Compare
Choose a tag to compare

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