We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00c9c8d + 2754cd5 commit f37722dCopy full SHA for f37722d
README.md
@@ -29,7 +29,7 @@ yarn add react-native-nested-listview
29
```
30
31
```javascript
32
-import NestedListview, {NestedRow} from 'react-native-nested-listview'
+import NestedListView, {NestedRow} from 'react-native-nested-listview'
33
34
const data = [{title: 'Node 1', items: [{title: 'Node 1.1'}, {title: 'Node 1.2'}]}]
35
0 commit comments