This lib breaks the build in RN 0.14.0
See original GitHub issueOn package start you will see this error and it does not run the server because of it:
[10:37:29 AM] <START> request:/index.android.map?platform=android
Error: Naming collision detected:
/Users/me/JAKT/crashr_react_native/node_modules/react-native-list-popover/node_modules/react-native/packager/react-packager/src/DependencyResolver/haste/polyfills/polyfills.js
collides with /Users/me/app/node_modules/react-native/packager/react-packager/src/DependencyResolver/polyfills/polyfills.js
Issue Analytics
- State:
- Created 8 years ago
- Comments:6
Top Results From Across the Web
npm WARN react-native-maps@0.14.0 requires a peer of ...
I did what you said and it built successfully but now it breaks in the second window it opens with this message: error:...
Read more >Releases | Notifee
[iOS]: BREAKING CHANGE: Notifee now handles response events (PRESSED, ... does not build when using an expo managed app with the expo plugin...
Read more >react-native-video - npm
0 breaking changes. Version 4.0.0 changes some behaviors and may require updates to your Gradle files. See Updating for details. Version 4.0.0 ...
Read more >React-native version mismatch after upgrading to 0.60.4
Use this : First of all uninstall app from your device; After this clean gradlew; close the Metro bundler and also terminal
Read more >SciPy Reference Guide
SciPy Reference Guide, Release 0.14.0 ... Scipy builds on Numpy, and for all basic array handling needs you can use Numpy functions:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same error for me
Error: Naming collision detected:
, I’ve already tried to delete node_modules then node_modules/react-native-list-popover/node_modules/See #15 for a solution