-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add yarn commands for installation process; update react-native-renam…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|