Skip to content

Commit

Permalink
Scratch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminreid committed Mar 2, 2017
1 parent 5e08373 commit 04f1a16
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# generator-react-native

These generators should be run on _existing_ React Native projects.

## Starting a new project?

First setup a barebones React Native project, make sure it's the latest version too.

```
react-native init MyApp && cd MyApp
```

The next logical step is to install this generator (instructions below) and run the `base` command.

## Installation

This generator uses Yeoman, please install it first.
Expand Down

0 comments on commit 04f1a16

Please sign in to comment.