nuclearpasta / react-native-drax

A drag-and-drop system for React Native
MIT License
554 stars 69 forks source link

Add `viewPropsExtractor` prop to `DraxList` #92

Closed lafiosca closed 3 years ago

lafiosca commented 3 years ago

Per discussion in #89, let's add a new prop to DraxList which will be a function which extracts DraxViewProps from items to be passed into their respective DraxViews.