Skip to content

Commit 5d5b665

Browse files
committed
chore: bump version
1 parent 6995c32 commit 5d5b665

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can find examples [here](https://github.com/fjmorant/react-native-nested-lis
7676

7777
| Version App | React Native | Library |
7878
| ----------- | ------------ | ------- |
79-
| 1.0.0 | 0.63.2 | 0.9.2 |
79+
| 1.0.0 | 0.67.1 | 0.11.1 |
8080

8181
## Roadmap
8282

@@ -86,4 +86,25 @@ I have moved the roadmap of this library to this trello board so that it can be
8686

8787
## Development
8888

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:
109+
110+
`yarn stop-watch`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nested-listview",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Nested Listview for React native",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)