Skip to content

Releases: FanchenBao/react-native-scroll-indicator

Release 0.4.0

22 Aug 22:07
Compare
Choose a tag to compare

0.4.0 (2024-08-22)

Bug Fixes

  • correct the issue with markdown table format (#13) (5199123)

Features

  • allow styling of parent container (#12) (eff7c34)
  • make on scroll on layout callback available (#14) (ae6ae97)

Release 0.3.2

21 Aug 22:37
Compare
Choose a tag to compare

0.3.2 (2024-08-21)

Release 0.3.1

21 Aug 22:26
Compare
Choose a tag to compare

0.3.1 (2024-08-21)

Release 0.3.0

21 Aug 22:14
Compare
Choose a tag to compare

0.3.0 (2024-08-21)

Bug Fixes

  • use refs to update values inside animated callbacks (3b1400c)

Features

  • enable dragging of inverted Flatlist (7023a5c)
  • enable dragging of the indicator to scroll content horizontally (b4d9ca7)
  • enable dragging of the indicator to scroll content vertically (b622669)

Release 0.2.2

10 Oct 03:37
Compare
Choose a tag to compare

0.2.2 (2023-10-10)

Bug Fixes

  • fix typing issue with width (f70d04f)

Release 0.2.1

14 Feb 06:54
Compare
Choose a tag to compare

0.2.1 (2023-02-14)

Documentation

  • Add link to try comprehensive demo at Snack Expo

Release 0.2.0

14 Feb 04:31
Compare
Choose a tag to compare

0.2.0 (2023-02-14)

Bug Fixes

  • allow user to mix default and custom indStyle (1f1bd3c)
  • fix issue with indStyle prop drilling (4e2ae05)

Features

  • add code and comments for FlatListIndicator (b7d777b)
  • add code and comments for ScrollViewIndicator (1781c9d)
  • add support for interved in FlatList (32cb262)