react-native-collapsible-tab-header icon indicating copy to clipboard operation
react-native-collapsible-tab-header copied to clipboard

Duplicate module name: react-animated

Open kosiakMD opened this issue 7 years ago • 1 comments

Hello guys, I've cleared all modules, caches and temp folders for a few times. Nothing helps. M.b. any ideas? Thanks.

 bundling failed: Error: jest-haste-map: @providesModule naming collision:
  Duplicate module name: react-animated
  Paths: .../node_modules/react-native/Libraries/Animated/release/package.json
collides with
 .../node_modules/react-native-collapsible-tab-header/node_modules/react-native/Libraries/Animated/release/package.json

kosiakMD avatar Oct 25 '18 21:10 kosiakMD

try this branch rn-peer-dep, It may not be the latest, you basically have react-native as a core dependency of the project files, rather than a peer dependency, so that's what is causing the conflict. cheers

rollymaduk avatar Oct 26 '18 21:10 rollymaduk