mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-26 23:30:49 +08:00
821 B
821 B
code-push-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 CodePush server with
gulp serve, after installing the prerequisites described in the project readme - From the root of this project, run
npm install cdintoExamples/CodePushDemoApp- Open
index.ios.jsand add a deployment key (generate one using the UI at http://localhost:4000/) - Run
npm startto launch the packager - Open
CodePushDemoApp.xcodeprojin Xcode - Launch the project