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

Commit 2a78ed5

Browse files
committed
fix 0.32 compat
1 parent c11560f commit 2a78ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/CodePushDemoApp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"babel-preset-react-native-stage-0": "1.0.1",
10-
"react": "^15.3.1",
11-
"react-native": "^0.32.0",
10+
"react": "15.3.1",
11+
"react-native": "0.32.0",
1212
"react-native-code-push": "file:../../"
1313
}
1414
}

0 commit comments

Comments
 (0)