You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,10 @@ Running the Example
7
7
---
8
8
9
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`
10
+
* 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)
11
+
* From the root of this project, run `npm install`
12
+
*`cd` into `Examples/HybridMobileDeployCompanion`
12
13
* Open `index.ios.js` and add a deployment key (generate one using the UI at http://localhost:4000/)
14
+
* Run `npm start` to launch the packager
13
15
* Open `HybridMobileDeployCompanion.xcodeproj` in Xcode
0 commit comments