deanmcpherson / react-native-sortable-listview

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

Expose ListView's scrollTo method #36

Closed CaleyD closed 7 years ago

CaleyD commented 8 years ago

Expose Listview's scrollTo method to make the API more closely match ListView (so consumers don't need to depend on the undocumented getScrollResponder method publicly in order to scroll via code).