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

Commit c9f9279

Browse files
author
Will Anderson
committed
Upgrade react-native to 0.8.0
1 parent 27df072 commit c9f9279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/HybridMobileDeployCompanion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node_modules/react-native/packager/packager.sh --root ../../"
77
},
88
"dependencies": {
9-
"react-native": "^0.8.0-rc",
9+
"react-native": "^0.8.0",
1010
"react-native-button": "^1.2.0",
1111
"react-native-hybrid-mobile-deploy": "file:../../"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"semver": "^4.3.6"
99
},
1010
"devDependencies": {
11-
"react-native": "^0.8.0-rc"
11+
"react-native": "^0.8.0"
1212
}
1313
}

0 commit comments

Comments
 (0)