react-native/Libraries/Experimental/SwipeableRow
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
..
SwipeableListView.js Fix the getRowData method of SwipeableListViewDataSource in SwipeableListView 2016-07-06 11:58:32 -07:00
SwipeableListViewDataSource.js NUX-y bounce 2016-06-07 09:13:21 -07:00
SwipeableQuickActionButton.js Swipeables documentation 2016-06-07 11:58:38 -07:00
SwipeableQuickActions.js Swipeables documentation 2016-06-07 11:58:38 -07:00
SwipeableRow.js Don't block scroll when using non-touchable visible row for SwipeableRow 2016-07-11 04:58:32 -07:00