Skip to content

Commit 6f06424

Browse files
authored
fix(readme): init script
Currently, `npx react-native init MyApp --template react-native-template-typescript` throws an error because react-native-cli is trying to fetch `react-native-template-react-native-template-typescript`, so `react-native-template` prefix is redundant here
1 parent 901dabd commit 6f06424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
### React Native >= 0.60
2929

3030
```sh
31-
npx react-native init MyApp --template react-native-template-typescript
31+
npx react-native init MyApp --template typescript
3232
```
3333

3434
## :computer: Contributing

0 commit comments

Comments
 (0)