diff --git a/README.md b/README.md index 4c1e846d..98277bad 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,22 @@ See the below table to find out which version of the template to use. #### React Native <=> Template Version -| React Native | Template | -|--- |--- | -| 0.64 | 6.6.* | -| 0.63 | 6.5.* | -| 0.62 | 6.4.* | -| 0.61 | 6.3.* | -| 0.60 | 6.2.* | +| React Native | Template | +| ------------ | -------- | +| 0.64 | 6.6.\* | +| 0.63 | 6.5.\* | +| 0.62 | 6.4.\* | +| 0.61 | 6.3.\* | +| 0.60 | 6.2.\* | -### 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 below 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`). +## :warning: React Native CLI -Further information can be found here: https://github.com/react-native-community/cli#about +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 below 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`). + +If you tried the above and still get the *react-native-template-react- native-template-typescript: Not found error*, please try adding the [--ignore-existing](https://github.com/npm/npx#description) flag to the npx call to force npx to ignore any locally installed versions of the CLI. + +Further information can be found here: https://github.com/react-native-community/cli#about ## :computer: Contributing Contributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md).