Skip to content

Commit

Permalink
Minimal work to get react-native mostly working with Relay
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Burns committed Aug 25, 2015
1 parent 3d3ca47 commit e0037c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -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'
})
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit e0037c7

Please sign in to comment.