We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c53327 commit fbfb6f9Copy full SHA for fbfb6f9
README.md
@@ -1,2 +1,12 @@
1
# React-Native-Starter-Pack
2
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