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

Commit 568ab4b

Browse files
author
Will Anderson
committed
Update how example app loads react-native-hybrid-mobile-deploy
1 parent 03965e9 commit 568ab4b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Examples/HybridMobileDeployCompanion/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"start": "node_modules/react-native/packager/packager.sh"
6+
"start": "node_modules/react-native/packager/packager.sh --root ../../"
77
},
88
"dependencies": {
99
"react-native": "^0.8.0-rc",
10-
"react-native-hybrid-mobile-deploy": "file:../..",
1110
"react-native-button": "^1.2.0"
1211
}
1312
}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"dependencies": {
77
"hybrid-mobile-deploy-sdk": "file:../website/sdk/bin",
88
"semver": "^4.3.6"
9+
},
10+
"devDependencies": {
11+
"react-native": "^0.8.0-rc"
912
}
1013
}

0 commit comments

Comments
 (0)