Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need for NPM! #51

Merged
merged 1 commit into from
Aug 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions generators/base/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@

## Installation

Before installation, please make sure you are using the correct Node version. This project uses `nvm` to manage Node versions, please run `nvm use` to set your Node version to match the required version in the `.nvmrc` file.

If you do not have `nvm` installed, please install it via the [official installation instructions](https://github.com/creationix/nvm#installation), **not** Homebrew.

To make life easier, your shell configuration can [automatically switch Node versions for you](https://github.com/creationix/nvm#zsh).
Before installation, please make sure you have the latest version of [Yarn](https://yarnpkg.com/lang/en/) installed.

### Setup your environment

Expand Down Expand Up @@ -83,7 +79,7 @@ $ yarn run start
You can use the [React Native CLI](https://www.npmjs.com/package/react-native-cli) to easily run the app onto the iOS and Android simulators.

```
$ npm install -g react-native-cli
$ yarn global add react-native-cli
```

Once installed you can then run the app onto each platform’s respective simulator.
Expand Down