react-native/Libraries/Experimental/SwipeableRow
Leon 0426732a08 Fix Scrollblocking on Android
Summary:
Without allowing Native Responder on Android, ListView get's Deadlocked while trying to scroll. This happens as soon as a PanResponder fires.

This Commit prevents this Issue and the iOS Optimization for Locking / Unlocking Listview Scrolls does a good job on Android too. So there's no need to prevent the Native Responder.

**Test plan (required)**

Compile on Android in Production Mode and try to scroll before and after this change.
Closes https://github.com/facebook/react-native/pull/8556

Differential Revision: D4438057

Pulled By: hramos

fbshipit-source-id: 05f3b7e6b4e49f5c941c7e1ce72c8bf6d66a9a28
2017-01-19 14:43:37 -08:00
..
SwipeableListView.js update comment to reflect change in function name to renderQuickActions 2016-12-07 23:58:25 -08:00
SwipeableListViewDataSource.js NUX-y bounce 2016-06-07 09:13:21 -07:00
SwipeableQuickActionButton.js fix FlowFixMe in SwipeableQuickActionButton 2016-10-24 09:58:53 -07:00
SwipeableQuickActions.js Reverted commit D4027388 2016-10-16 04:13:42 -07:00
SwipeableRow.js Fix Scrollblocking on Android 2017-01-19 14:43:37 -08:00