Skip to content

Commit fbfb6f9

Browse files
author
Simar
authored
Update README.md
1 parent 9c53327 commit fbfb6f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# React-Native-Starter-Pack
22
React Native + React-Redux + Native Base + Code Push
3+
4+
1) `git clone https://github.com/iSimar/React-Native-Starter-Pack.git`
5+
2) `npm install`
6+
3) `code-push app add <new-app-name>`
7+
4) `git branch -c code-push-staging`
8+
5) `react-native link`, put the staging code-push key from step 3 when prompted
9+
6) `git commit -m "first staging commit"`
10+
7) `git checkout master`
11+
8) `react-native link`, put the production code-push key from step 3 when prompted
12+
9) `git commit -m "first production commit"`

0 commit comments

Comments
 (0)