Skip to content

Commit

Permalink
Merge pull request #65 from mrbrentkelly/master
Browse files Browse the repository at this point in the history
README - Adding note on uninstalling react-native-cli
  • Loading branch information
emin93 authored Sep 13, 2019
2 parents 7a67df3 + 61320b5 commit f6a43f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
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.
## :computer: Contributing

Contributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md).
Expand Down

0 comments on commit f6a43f7

Please sign in to comment.