|
1 | 1 | # :space_invader: React Native Template TypeScript
|
2 | 2 |
|
3 | 3 | <p>
|
4 |
| - <a href="https://travis-ci.org/react-native-community/react-native-template-typescript"> |
5 |
| - <img alt="Build Status" src="https://img.shields.io/travis/react-native-community/react-native-template-typescript.svg" target="_blank" /> |
| 4 | + <a href="https://github.com/react-native-community/react-native-template-typescript/actions/workflows/npm-publish.yml"> |
| 5 | + <img alt="Build Status" src="https://github.com/react-native-community/react-native-template-typescript/actions/workflows/npm-publish.yml/badge.svg" /> |
6 | 6 | </a>
|
7 | 7 | <a href="https://github.com/react-native-community/react-native-template-typescript#readme">
|
8 |
| - <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" /> |
| 8 | + <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" /> |
9 | 9 | </a>
|
10 | 10 | <a href="https://github.com/react-native-community/react-native-template-typescript/graphs/commit-activity">
|
11 |
| - <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" /> |
| 11 | + <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /> |
12 | 12 | </a>
|
13 | 13 | <a href="https://github.com/react-native-community/react-native-template-typescript/blob/master/LICENSE">
|
14 |
| - <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" /> |
| 14 | + <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> |
15 | 15 | </a>
|
16 | 16 | </p>
|
17 | 17 |
|
@@ -52,12 +52,12 @@ See the below table to find out which version of the template to use.
|
52 | 52 |
|
53 | 53 | ## :warning: React Native CLI
|
54 | 54 |
|
55 |
| -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`). |
56 |
| - |
57 |
| -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. |
| 55 | +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`). |
58 | 56 |
|
| 57 | +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` flag to [force npx to ignore](https://github.com/npm/npx#description) any locally installed versions of the CLI and use the latest. |
59 | 58 |
|
60 | 59 | Further information can be found here: https://github.com/react-native-community/cli#about
|
| 60 | + |
61 | 61 | ## :computer: Contributing
|
62 | 62 |
|
63 | 63 | Contributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md).
|
|
0 commit comments