react-native/Libraries
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
..
ART
ActionSheetIOS
Alert
Animated Add an implementation of Animated.subtract 2018-03-30 21:08:52 -07:00
AppState
BatchedBridge Replace RN exception handling override with new version 2018-04-03 06:01:37 -07:00
Blob Fix blob response parsing for empty body on iOS 2018-03-27 11:13:34 -07:00
BugReporting
CameraRoll
Components Fix for scrollview android 2018-04-10 10:55:01 -07:00
Core Make fetchSegment native hook name consistent with __ prefix 2018-03-09 08:55:51 -08:00
EventEmitter
Experimental Upgrade to Flow v0.68.0 2018-03-19 18:31:36 -07:00
Geolocation
Image Implement Image.defaultSource property on Android 2018-04-06 16:03:00 -07:00
Inspector StyleObj -> DangerouslyImpreciseStyleProp 2018-03-07 13:24:20 -08:00
Interaction Fix TouchHistoryMath import 2018-04-07 21:09:24 -07:00
JSInspector
LayoutAnimation Add ability for Animated views to be created with scale X or scale Y 2018-04-06 17:46:54 -07:00
Linking
LinkingIOS
Lists Add custom RefreshControl support to VirtualizedList 2018-03-27 18:19:30 -07:00
Modal
NativeAnimation Fix tvOS build breakage in RCTAnimation Xcode project 2018-04-02 22:33:45 -07:00
Network Downgrade ES6 import to ES5 compat module.exports 2018-04-05 06:36:53 -07:00
Performance RN: Delete Systrace.swizzleJSON 2018-03-08 23:43:26 -08:00
PermissionsAndroid
PushNotificationIOS
RCTTest
ReactNative Move takeSnapshot from React repo to RN 2018-04-07 23:23:33 -07:00
Renderer Yolo Delete ReactNativePropRegistry 2018-04-09 18:46:11 -07:00
Sample
Settings
Share
Storage
StyleSheet Don't freeze null 2018-04-10 09:37:27 -07:00
SurfaceBackedComponent
SurfaceHostingComponent
Text Fix bug with <InputAccessoryView> safe area conformance 2018-04-04 16:47:16 -07:00
Types
Utilities Don't truncate in the middle of an emoji 2018-03-12 12:33:54 -07:00
Vibration
WebSocket Revert "Remove Platform check from WebSocket module" 2018-04-08 18:15:53 -07:00
Wrapper Update additional license headers 2018-03-08 12:10:14 -08:00
fishhook
polyfills Fix "function statements" in strict mode builds 2018-03-28 10:12:41 -07:00
react-native
vendor
.npmignore
Promise.js
UTFSequence.js
promiseRejectionIsError.js