rollymaduk / react-native-collapsible-tab-header

"Group of react-native components to ease implementation of collapsible headers with tabs"
20 stars 9 forks source link

Duplicate module name: react-animated #7

Open kosiakMD opened 5 years ago

kosiakMD commented 5 years ago

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
rollymaduk commented 5 years ago

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