react-native-collapsible-tab-header
react-native-collapsible-tab-header copied to clipboard
Duplicate module name: react-animated
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
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