React Native module for CodePush
Перейти к файлу
kg422 15c9d93374 remove explicit null check 2015-08-14 13:56:16 -07:00
Examples/HybridMobileDeployCompanion conforming to coding guidelines 2 2015-08-14 12:00:33 -07:00
HybridMobileDeploy.xcodeproj Refactor plugin and example based on new design 2015-07-24 09:25:36 -07:00
scripts Update build scripts to run more robustly using xctool 2015-06-10 16:21:29 -07:00
.gitignore Add React Native app stub to examples folder 2015-06-02 22:56:28 -07:00
.npmignore Integrate module with Companion example app 2015-06-26 10:18:27 -07:00
HybridMobileDeploy.android.js Integrate module with Companion example app 2015-06-26 10:18:27 -07:00
HybridMobileDeploy.h Update appVersion and buildVersion configuration code 2015-07-24 13:49:41 -07:00
HybridMobileDeploy.ios.js remove explicit null check 2015-08-14 13:56:16 -07:00
HybridMobileDeploy.m conforming to coding guidelines 4 2015-08-14 12:07:16 -07:00
HybridMobileDeployConfig.m Update appVersion and buildVersion configuration code 2015-07-24 13:49:41 -07:00
README.md Update readme setup instructions 2015-07-17 10:59:47 -07:00
package.json final test 2015-08-13 14:16:48 -07:00
request-fetch-adapter.js Add temporary fetch adapter for use by the SDK 2015-07-16 15:29:15 -07:00

README.md

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
  • 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