react-native/Libraries/Components/ScrollView
Bjørn-Erik Andreasen 2f1421dec7 Fix for scrollview android
Summary:
Trying this again with a fresh pullrequest as the old one kept having issued due to rebasing.

Fixes #16635
the issue is a little serious if you use a scrollview which contains textinput, you will never get a chance to input something since keyboard will always be dismissed because of on-drag event if your scroll-view use the property: keyboardDismissMode ='on-drag'

verify the issue #16635 and tested this fix worked

[ANDROID] [BUGFIX] [ScrollView] - Check that isTouching is also set when dismissing keyboard with on-drag android.
Closes https://github.com/facebook/react-native/pull/18785

Differential Revision: D7569815

Pulled By: hramos

fbshipit-source-id: 2a07369297ce9ce5a7714e513ccb480ee7011a4d
2018-04-10 10:55:01 -07:00
..
__mocks__ Update license headers for MIT license 2018-02-16 18:31:53 -08:00
ScrollView.js Fix for scrollview android 2018-04-10 10:55:01 -07:00
ScrollViewStickyHeader.js RN: Remove Animated -> ScrollView -> Animated Cycle 2018-02-20 20:35:08 -08:00
processDecelerationRate.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00