mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
13a19a8897
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