You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#78](https://github.com/JairajJangle/react-native-tree-multi-select/issues/78) added initial support to allow use of multiple tree view components simultaneously ([2123101](https://github.com/JairajJangle/react-native-tree-multi-select/commit/2123101647f42cddabd4f60f741741e5a2c04b50))
@@ -131,8 +131,6 @@ export function TreeViewUsageExample(){
131
131
|`ExpandCollapseTouchableComponent`|`ComponentType<`[TouchableOpacityProps](https://reactnative.dev/docs/touchableopacity#props)`>`| No | A custom expand/collapse touchable component |
132
132
|`CustomNodeRowComponent`|`React.ComponentType<`[NodeRowProps](#noderowprops)`>`| No | Custom row item component |
133
133
134
-
ℹ️ `data` prop is not stateful! You will need to update the `key` prop to force `TreeView` to re-render.
135
-
136
134
ℹ️ If `CustomNodeRowComponent` is provided then below props are not applied:
0 commit comments