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

react-native-tree-select组件树形结构选择

Results 13 react-native-tree-select issues
Sort by recently updated
recently updated
newest added

Its not possible to select a parent node or leaf from the tree. sometimes it is needed to select a parent node or leaf.

```base VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc....

When there are many menu items, it is best to add an operation that can automatically scroll to the view. That is, directory positioning. ![s](https://user-images.githubusercontent.com/16655229/124857935-bd34fe80-dfdf-11eb-9222-2f0b247420cd.gif)

![image](https://user-images.githubusercontent.com/84950372/120130408-ac32e980-c1f8-11eb-9bfb-7b807f0cb2d5.png) 类似这种

I was running some issues displaying the icons with the react-native Image component, then I saw that react-native-vector-icons was implemented in the example, I tried it and it worked. Because...

限定宽度,当item文本过多,在单行中,则用省略号表示...。没看到有相关参数可以设置。

I want to try to use the background color as transparent, but it doesn't give parameters. It defaults to a white background.

上级和下级都选了, 点击上级也就是上级没选了照理上下级都没选, 但是onClick回调currentNode里面还有个下级, 这不应该啊