deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 235 forks source link

Add ListViewComponent prop #116

Closed Minishlink closed 6 years ago

Minishlink commented 6 years ago

To be used with KeyboardAwareListView for example

nihgwu commented 6 years ago

I don't think that's a good idea, as there is no grantee that the custom ListView component has the same behavior as the official ListView which we rely on heavily Instead of allow custom ListView component, I think the right approach is just disable sorting when keyboard is showing

Minishlink commented 6 years ago

It's the custom ListViewComponent's responsibility to be aligned with the official ListView's behaviour, so there's no impact on your library.