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

Commit 5ece19b

Browse files
author
max-mironov
authored
Fixed codepush init in demo (#804)
* Fixed jsCodeLocation init in demo app * Added missing react-native-windows dependency
1 parent 9b366d5 commit 5ece19b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/CodePushDemoApp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"dependencies": {
1010
"react": "16.0.0-alpha.6",
1111
"react-native": "^0.43.2",
12-
"react-native-code-push": "file:../../"
12+
"react-native-code-push": "file:../../",
13+
"react-native-windows": "0.40.0-rc.1"
1314
},
1415
"devDependencies": {
1516
"babel-jest": "19.0.0",

0 commit comments

Comments
 (0)