Releases: chubillkelvin/react-native-autoscroll-flatlist
v1.5.0
Added support for scrollToEndIndicator.
There is a default indicator which you can customize through showScrollToEndIndicator, indicatorContainerStyle and indicatorComponent props.
v1.4.0
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
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
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
Added travis ci, updated build scripts and README.
v1.1.0
Added flatListRef
prop to support access of <FlatList>
component's ref from outside of the component.
v1.0.1
v1.0.1 release on npm!