Skip to content

Commit

Permalink
Install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminreid committed Mar 1, 2017
1 parent 091f7c8 commit f657fa8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# generator-react-native

## Installation

This generator uses Yeoman, please install it first.

```
npm install -g yo
```

This is not available on `npm` _yet_. So for now, clone the project down and inside the folder run.

```
npm link
```

You can then run the following commands.

## Commands

First, please create yourself a new React Native project with `react-native init MyApp && cd MyApp` before running any of the generator commands.
Expand Down

0 comments on commit f657fa8

Please sign in to comment.