Files
react-native-code-push/README.md
2015-07-17 10:59:47 -07:00

17 lines
868 B
Markdown

hybrid-mobile-deploy-react-native
===
React Native module for deploying script updates
Running the Example
---
* Make sure you have https://github.com/Microsoft/hybrid-mobile-deploy cloned beside the react-native project in a folder called `website`. This is hacky, and will be cleaned up as soon as React Native's packager supports symlinks.
* Start the Hybrid Mobile Deploy server with `gulp serve`, after installing the prerequisites described in the [project readme](https://github.com/Microsoft/hybrid-mobile-deploy/blob/master/README.md)
* From the root of this project, run `npm install`
* `cd` into `Examples/HybridMobileDeployCompanion`
* Open `index.ios.js` and add a deployment key (generate one using the UI at http://localhost:4000/)
* Run `npm start` to launch the packager
* Open `HybridMobileDeployCompanion.xcodeproj` in Xcode
* Launch the project