Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 97be986

Browse files
author
Will Anderson
committed
Add basic readme
1 parent d07b96a commit 97be986

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
hybrid-mobile-deploy-react-native
2+
===
3+
4+
React Native module for deploying script updates
5+
6+
Running the Example
7+
---
8+
9+
* 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.
10+
* Start the server with `gulp serve`, after installing the prerequisites described in the [project readme](https://github.com/Microsoft/hybrid-mobile-deploy/blob/master/README.md)
11+
* `cd` into `Examples/HybridMobileDeployCompanion` and run `npm install`
12+
* Open `index.ios.js` and add a deployment key (generate one using the UI at http://localhost:4000/)
13+
* Open `HybridMobileDeployCompanion.xcodeproj` in Xcode
14+
* Launch the project

0 commit comments

Comments
 (0)