react-native-material-design
react-native-material-design copied to clipboard
Error building DependencyGraph: Error: Naming collision detected: /Documents/demo-app/node_modules/react/node_modules/fbjs/lib/warning.js collides with /Documents/demo-app/node_modules/react-native/node_modules/fbjs/lib/warning.js
facing this error with just npm install and react-native run-android commands for the demo app, if i try to remove one of the packages, the same error comes up with another package and then another.
tried 'npm prune && npm i' command as well. nothing seems to work.
@shivam17 deleting one of the fbjs folders is a temporary work around if you are really stuck, i'm having the same problem