Skip to content

Commit

Permalink
Add yarn commands for installation process; update react-native-renam…
Browse files Browse the repository at this point in the history
…e link
  • Loading branch information
June Domingo committed Nov 10, 2016
1 parent 23603d3 commit 3eb163c
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,35 @@


#### Requirements
* [Node](https://nodejs.org/) >= 5.0.0
- [Node](https://nodejs.org/) >= 5.0.0
- [YARN](https://yarnpkg.com/) - Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.




#### Installation

Install Yarn
```sh
$ npm install yarn -g
```

Clone this repo

```sh
$ git clone [email protected]:CynderTech/react-native-starter.git
$ cd react-native-starter
$ npm install
$ yarn install
$ react-native run-ios
$ react-native run-android
```

#### Rename Project

[react-native-rename](https://github.com/JuneDomingo/react-native-rename) - Rename react-native app with just one command
```sh
$ npm install react-native-rename -g
$ yarn global add react-native-rename
```
ex
Usage

```sh
$ react-native-rename "Awesome Project"
Expand Down

0 comments on commit 3eb163c

Please sign in to comment.