We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8538ab commit f0d0a32Copy full SHA for f0d0a32
android/src/main/java/com/rnnestedscrollview/ReactNestedScrollView.java
@@ -293,6 +293,9 @@ public void fling(int velocityY) {
293
scrollWindowHeight / 2);
294
295
ViewCompat.postInvalidateOnAnimation(this);
296
+
297
+ // RNNestedScrollView CHANGE
298
+ // Fixed fling issue on support library 26 (see issue https://github.com/cesardeazevedo/react-native-nested-scroll-view/issues/16)
299
super.fling(velocityY);
300
// END FB SCROLLVIEW CHANGE
301
} else {
0 commit comments