React Native Duplicate module naming collision

You should remove the node_modules folder, and then execute npm cache clean, make sure there is no temp cache files or folder (like react-native-packager-cache-81b2c446 etc.) under your project root folder, and then re-execute npm install

rm -rf node_modules
npm cache clean
npm install

你可能感兴趣的:(React Native Duplicate module naming collision)