Skip to content

Releases: gfrancischini/react-native-fast-scroll

Release 0.3.2

08 Oct 18:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.2

Release 0.3.0

09 Jul 21:03

Choose a tag to compare

0.3.0 (2023-07-09)

Features

Release 0.2.1

22 Jun 20:55

Choose a tag to compare

0.2.1 (2023-06-22)

Bug Fixes

  • remove console logs and scroll indicator animated view (32ff6f6)
  • section dot use memo to update the sections (df1b001)
  • wrong import (3c6763c)

Release 0.2.0

22 Jun 20:20

Choose a tag to compare

0.2.0 (2023-06-22)

Features

  • recreate the section dot list without state changes for better use of memory and cpu (034e5ef)

Release 0.1.4

28 Apr 11:58

Choose a tag to compare

0.1.4 (2023-04-28)

Bug Fixes

  • improve performance by using debounces and throttle (7fdd0cf)
  • improve performance on section dots scroll (2031fc4)

Release 0.1.2

23 Feb 18:48

Choose a tag to compare

0.1.2 (2023-02-23)

Bug Fixes

  • Issues on dot calculation (117ede9)

Release 0.1.1

17 Jan 01:29

Choose a tag to compare

0.1.1 (2023-01-17)

Bug Fixes

Release 0.1.0

12 Jan 20:27

Choose a tag to compare

0.1.0 (2023-01-12)

Bug Fixes

Features

  • fast scroll implementation + example (d6d8d76)