react-native/Libraries/Experimental/SwipeableRow
Chirag Jain 07c5882a38 enable variable size slideoutView with swipeableListView
Summary:
Currently, swipeableList expects maxSwipeoutDistance to be a number. This breaks when you want each row to have a variable width slideoutView.

This PR add support for passing maxSwipeoutDistance as a number(as before) or a function which gets the current rowData for conditionally returning the distance based on the row data.
Closes https://github.com/facebook/react-native/pull/10189

Differential Revision: D4168561

Pulled By: hramos

fbshipit-source-id: b78564f83279cab3bf04297034ca78edfff74be7
2016-11-14 11:58:58 -08:00
..
SwipeableListView.js enable variable size slideoutView with swipeableListView 2016-11-14 11:58:58 -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 Reverted commit D4027388 2016-10-16 04:13:42 -07:00