Skip to content

Releases: chubillkelvin/react-native-autoscroll-flatlist

v1.5.0

02 Jan 10:01
Compare
Choose a tag to compare

Added support for scrollToEndIndicator.

There is a default indicator which you can customize through showScrollToEndIndicator, indicatorContainerStyle and indicatorComponent props.

v1.4.0

18 Nov 05:39
Compare
Choose a tag to compare

Bug Fixes:

Fix a bug where ref.scrollToEnd() was breaking the auto-scroll functionality when triggered.

Eliminated the use of forwardRef and now exposing customized FlatList's method in AutoScrollFlatList's ref.

v1.3.0

16 Nov 12:58
Compare
Choose a tag to compare

Bug fixes:

Fixed an error in where flatListRef was not working as intended.

It is now merged back into ref with the help of React.forwardRef().

Also updated example folder for testing of its usage.

v1.2.2

12 Nov 02:40
Compare
Choose a tag to compare

Bug fixes:

  • Fix auto-scrolling on Android due to precision error in calculation.

Features:

  • Added threshold prop to allow more control of the auto-scrolling behavior.

v1.1.2

09 Nov 11:58
Compare
Choose a tag to compare

Added travis ci, updated build scripts and README.

v1.1.0

07 Nov 10:55
Compare
Choose a tag to compare

Added flatListRef prop to support access of <FlatList> component's ref from outside of the component.

v1.0.1

06 Nov 09:35
Compare
Choose a tag to compare

v1.0.1 release on npm!