Open devLaaziz opened 7 years ago
react
and react-native
should not be in this library's dependencies. It causes npm to install additional libs nested under its local node_modules which conflict with the parent project's node_modules.
The fix is to move react
and react-native
to devDependencies
. See PR #3
I have same issue using yarn. Should I install this lib directly from this repo?
The fix was merged but a new version hasn't been published to npm. You'll need to point directly to this repo in your package.json.