react-native-tableview
react-native-tableview copied to clipboard
Scroll to Section
Ability to scroll to section without having to check all of the items in a section.
Right now if I set selected={true} on a section, the TableView auto scrolls to that section, However this results in all items in the selection being checked.
See: https://github.com/aksonov/react-native-tableview/blob/8a2376afbcbfd2b8e66dc2413496b4eda027113a/RNTableView/RNTableView.m#L87-L94.
This is enhancement, PR will be welcome.