es6-react-mixins
es6-react-mixins copied to clipboard
remove react from npm disctribution
when installing from npm, there'e a directory node_modules/es6-react-mixins/node_modules/react/
.
This cause @provideModule duplication issue (at least with react-native).
this is expected and necessary - react is required by mixin.js
@angus-c you should add it as dependency in package.json. ok I'll fork that and will try to show you an example.
It is already a dependency
"dependencies": {
"babel-runtime": "^5.8.25",
"react": "^0.13.3"
},