We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97560ed commit c6cbf56Copy full SHA for c6cbf56
1 file changed
README.md
@@ -28,13 +28,13 @@
28
> `react-native@0.61.0` or higher
29
30
```sh
31
-npx react-native init MyApp --template typescript
+npx react-native init MyApp --template react-native-template-typescript
32
```
33
34
> `react-native@0.60.x`
35
36
37
-npx react-native init MyApp --template typescript@6.2.0
+npx react-native init MyApp --template react-native-template-typescript@6.2.0
38
39
40
### Note on the legacy CLI
0 commit comments