react-native/Libraries/Experimental
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
..
SwipeableRow Fix Scrollblocking on Android 2017-01-19 14:43:37 -08:00
Incremental.js Reverted commit D4027388 2016-10-16 04:13:42 -07:00
IncrementalExample.js Clean unused import modules. 2016-10-16 11:13:40 -07:00
IncrementalGroup.js Reverted commit D4027388 2016-10-16 04:13:42 -07:00
IncrementalPresenter.js Auto-fix lint errors 2016-08-09 06:43:46 -07:00
ViewabilityHelper.js Fix 95% of WindowedListView jumpiness 2016-05-19 14:58:26 -07:00
WindowedListView.js Reverted commit D4027388 2016-10-16 04:13:42 -07:00