diff --git a/gulpfile.js b/gulpfile.js index 388a681232485..6b9c5e746eacf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -51,7 +51,7 @@ var babelOpts = { optional: ['runtime'], plugins: [babelPluginDEV, babelPluginModules], _moduleMap: objectAssign({}, require('fbjs/module-map'), { - 'React': 'react', + 'React': 'react-native', 'StaticContainer.react': 'react-static-container' }) }; diff --git a/package.json b/package.json index e8ee3b08c79db..c205df5e1aa8d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-static-container": "^1.0.0-alpha.1" }, "peerDependencies": { - "react": "^0.14.0-beta3" + "react-native": "^0.10.0-rc" }, "devDependencies": { "babel-core": "5.8.21",