Skip to content

Releases: bamlab/react-native-image-header-scroll-view

1.0.0

23 Nov 15:07
Compare
Choose a tag to compare
  • Update React-Native version and remove UNSAFE method
  • Use functional component
  • Add typescript to replace Flow
  • Add an example in the repo

v0.10.3

28 May 09:17
Compare
Choose a tag to compare

Changelog :

0.10.2

27 Apr 09:24
Compare
Choose a tag to compare

0.10.1

21 Feb 12:47
Compare
Choose a tag to compare

Changelog :

0.10.0

18 Jan 18:34
Compare
Choose a tag to compare

Changelog

Add the following props :

  • headerContainerStyle
  • disableHeaderGrow
  • fixedForegroundContainerStyles

Add the following props to TriggeringView :

  • bottomOffset
  • topOffset

Thanks to @Jahans3 for his contribution !

0.9.0

18 Jan 16:55
Compare
Choose a tag to compare

Changelog :

  • Add possibility of using native driver for animations #55 - @Almouro
  • Fix a faulty setState call when container could be unmounted in future #54 - @darekg11

v0.8.2

21 Mar 17:59
Compare
Choose a tag to compare

Fix Listener is not removed #38

v0.8.1

13 Mar 16:08
Compare
Choose a tag to compare

Fix flow

v0.8.0

04 Feb 12:02
33c41f7
Compare
Choose a tag to compare

Changelog

  • Fix Trggering View (03d521b)
  • Allow to override onScroll and style Props (0bb06fd)
  • Allow to use FlatList, ListView and HeaderList (72e2806)
  • Add scrollViewBackgroundColor props (c9b5e6d)
  • Add headerImage props (53135e9)
  • Don't bounce touchableFixedForeground (6209fc7)
  • Move example to a dedicated remository (a58edd3)

v0.7.0

03 Feb 23:50
Compare
Choose a tag to compare
FIx props flow