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
**`getChildrenName`** | Function to determine in a node where are the children, by default NestedListView will try to find them in **items** | Function | **items**
57
61
**`onNodePressed`** | Function called when a node is pressed by a user | Function | Not required
58
62
63
+
### NestedRow
64
+
65
+
Prop | Description | Type | Default
66
+
------ | ------ | ------ | ------
67
+
**`height`** | Height of the row | number | 50
68
+
**`children`** | Content of the NestedRow | Component | **Required**
69
+
**`level`** | Level where a given node is | number | **Required**
70
+
**`style`** | NestedRow container style | Style | Not required
71
+
59
72
## Example
60
-
You can find the following example in the [`/example` folder](https://github.com/fjmorant/react-native-nested-listview/tree/master/example).
73
+
You can find the following example in the [`/examples` folder](https://github.com/fjmorant/react-native-nested-listview/tree/master/example).
0 commit comments