react-native-tree-selection icon indicating copy to clipboard operation
react-native-tree-selection copied to clipboard

A high-performance and lightweight tree selection library for React Native🎖

Results 7 react-native-tree-selection issues
Sort by recently updated
recently updated
newest added

Hi i dont't found a property for setup index of each level thank you very much

when assign parentContainerStyles={{backgoundColor:'green'}} it render incorrect not inline display but they render to flex display

Simple implementation of renderItem hook that the user can pass in. Takes the item and returns and element that is displayed within the container. It is up to the user...

flatListProps was not overriding the contentContainerStyle.

Parent style was overriding defaule ones. The change will fix that.

Sorry for creating this issue, I'm pretty happy with the library as it stands, but I'd like you to add one more feature: When I select all the children, I...

enhancement

I have to select and deselect nodes programmatically, I need to add a option 'SELECT ALL' to select all nodes at once. Any solution?