Skip to content

Commit 76e0acd

Browse files
committed
added usage guide for new cli version
1 parent 7947ef1 commit 76e0acd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525

2626
## :arrow_forward: Usage
2727

28+
### React Native >= 0.60
29+
30+
```sh
31+
npx react-native init MyApp --template=typescript@next
32+
```
33+
34+
### React Native <= 0.59
35+
2836
```sh
2937
react-native init MyApp --template typescript
3038
```

0 commit comments

Comments
 (0)