diff --git a/README.md b/README.md index 67f1d070..f42a218b 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,16 @@ ## :arrow_forward: Usage -### React Native >= 0.60 +> `react-native@0.60` or higher ```sh npx react-native init MyApp --template react-native-template-typescript ``` -> You may need to remove the globally installed **react-native-cli** (`npm uninstall -g react-native-cli`), for the above command to work. The global **react-native-cli** is deprecated, and no longer supported. +### Note on the legacy CLI +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`). + +Further information can be found here: https://github.com/react-native-community/cli#about ## :computer: Contributing