react-native/Libraries/Experimental
Chirag 13a19a8897 Don't block scroll when using non-touchable visible row for SwipeableRow
Summary:
**motivation**
Currently when using a non-touchable visible row for a SwipeableRow, the scroll on list view is blocked.

**Test Plan**
```
<SwipeableListView
   dataSource={dataSource}
   renderRow={() => <View style={styles.row}/>}
   renderQuickActions={() => <View style={styles.hiddenrow}/>}
/>
```

* Tested that when using non-touchable for renderRow allows scrolling on list view.
* Tested that when using touchable for renderRow allows scrolling on list view.

cc fred2028
Closes https://github.com/facebook/react-native/pull/8537

Differential Revision: D3542407

Pulled By: fred2028

fbshipit-source-id: b7ad7ff7c7dd1b717544746a85bb265414aa18f4
2016-07-11 04:58:32 -07:00
..
SwipeableRow Don't block scroll when using non-touchable visible row for SwipeableRow 2016-07-11 04:58:32 -07:00
Incremental.js explicit type args in react-native-github 2016-05-24 18:28:26 -07:00
IncrementalExample.js explicit type args in react-native-github 2016-05-24 18:28:26 -07:00
IncrementalGroup.js explicit type args in react-native-github 2016-05-24 18:28:26 -07:00
IncrementalPresenter.js Fix or suppress errors in react-native 2016-04-21 19:47:24 -07:00
ViewabilityHelper.js Fix 95% of WindowedListView jumpiness 2016-05-19 14:58:26 -07:00
WindowedListView.js Unrevert D3518381 2016-07-06 12:58:41 -07:00