es6-react-mixins
es6-react-mixins copied to clipboard
universal mixin adapter for react
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).
We are using 0.2.1 of es6-react-mixins with react 0.14.7. One of our components uses two mixins, and works fine. However, our console log is flooded with warnings a la: `Warning:...
Is there any reason to expect this won't work well with React @ 0.14 ?