Skip to content

Commit da00aff

Browse files
authored
Merge pull request #77 from react-native-community/rn60-usage
Add RN 0.60 usage to readme
2 parents 8269288 + f65950c commit da00aff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@
2525

2626
## :arrow_forward: Usage
2727

28-
> `react-native@0.60` or higher
28+
> `react-native@0.61.0` or higher
2929
3030
```sh
3131
npx react-native init MyApp --template react-native-template-typescript
3232
```
3333

34+
35+
36+
```sh
37+
npx react-native init MyApp --template [email protected]
38+
```
39+
3440
### Note on the legacy CLI
3541
There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`), for the above command to work. If you wish to not use `npx`, you can also install the new CLI globally (`npm i -g @react-native-community/cli` or `yarn global add @react-native-community/cli`).
3642

0 commit comments

Comments
 (0)