Skip to content

Commit a58a670

Browse files
committed
Depend on RN 0.11 in examples
1 parent 4347c4e commit a58a670

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Examples/BabelES6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"babel-core": "^5.8.25",
1313
"babel-loader": "^5.3.2",
1414
"babel-plugin-react-transform": "^1.1.1",
15-
"react-native": "^0.12.0-rc",
15+
"react-native": "^0.11.4",
1616
"react-native-webpack-server": "file:../..",
1717
"react-transform-hmr": "^1.0.1",
1818
"webpack": "^1.12.2",
File renamed without changes.

Examples/CoffeeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cjsx-loader": "^2.0.1",
1515
"coffee-loader": "^0.7.2",
1616
"coffee-script": "^1.10.0",
17-
"react-native": "^0.12.0-rc",
17+
"react-native": "^0.11.4",
1818
"react-native-webpack-server": "file:../..",
1919
"react-transform-hmr": "^1.0.1",
2020
"webpack": "^1.12.2",

0 commit comments

Comments
 (0)