Changing the decelerationRate of AnimatedScrollView inside StickyParallalHeader.js to normal for more user friendly scrolling experience on longer item lists. I realize there is another PR in the works for adding a decelerationRate prop but this one should be an easy merge and something i think most people would enjoy. Fast deceleration is way too difficult to scroll on any paginated list (I have a FlatList of posts inside the ScrollView).
Changing the
decelerationRate
ofAnimatedScrollView
insideStickyParallalHeader.js
tonormal
for more user friendly scrolling experience on longer item lists. I realize there is another PR in the works for adding adecelerationRate
prop but this one should be an easy merge and something i think most people would enjoy. Fast deceleration is way too difficult to scroll on any paginated list (I have a FlatList of posts inside the ScrollView).