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
Copy file name to clipboardExpand all lines: README.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ You can find examples [here](https://github.com/fjmorant/react-native-nested-lis
76
76
77
77
| Version App | React Native | Library |
78
78
| ----------- | ------------ | ------- |
79
-
| 1.0.0 | 0.63.2| 0.9.2 |
79
+
| 1.0.0 | 0.67.1| 0.11.1|
80
80
81
81
## Roadmap
82
82
@@ -86,4 +86,25 @@ I have moved the roadmap of this library to this trello board so that it can be
86
86
87
87
## Development
88
88
89
-
(Pending to update)
89
+
In other to start watch mode and develop the library with the examples project (described above), you need to have installed the following npm packages:
90
+
91
+
-`npm -g json`
92
+
-`npm -g wml`
93
+
94
+
And have the library and examples project in the same root folder, example:
95
+
96
+
- root
97
+
- react-native-nested-listview
98
+
- react-native-nested-listview-examples
99
+
100
+
After the previous steps you can then run the following command:
101
+
102
+
`yarn start-watch`
103
+
104
+
and then you can start the examples app as usual:
105
+
106
+
`yarn ios` or `yarn android`
107
+
108
+
When you finish with watch mode remember to stop it to get back to normal like this:
0 commit comments