react-native-web-container icon indicating copy to clipboard operation
react-native-web-container copied to clipboard

@providesModule naming collision

Open sylvainbaronnet opened this issue 9 years ago • 5 comments

Failed to build DependencyGraph: @providesModule naming collision:
  Duplicate module name: UniversalWorkerNodeHandle
  Paths: /Users/sylvain/git/Tribe-U-App/TribeU/node_modules/react-native/Libraries/vendor/react/platformImplementations/universal/worker/UniversalWorkerNodeHandle.js collides with /Users/sylvain/git/Tribe-U-App/TribeU/node_modules/react-native-web-container/node_modules/react-native/Libraries/vendor/react/platformImplementations/universal/worker/UniversalWorkerNodeHandle.js

tested with RN 0.24-rc5

sylvainbaronnet avatar Apr 14 '16 12:04 sylvainbaronnet

I got this

Failed to build DependencyGraph: @providesModule naming collision:
  Duplicate module name: ExecutionEnvironment
  Paths: /app_path/node_modules/react-native/Libraries/vendor/react/vendor/core/ExecutionEnvironment.android.js collides with /app_path/node_modules/react-native-web-container/node_modules/react-native/Libraries/vendor/react/vendor/core/ExecutionEnvironment.android.js

jawadrehman avatar Jul 12 '16 09:07 jawadrehman

And I got this

Failed to build DependencyGraph: @providesModule naming collision:
  Duplicate module name: PanResponder
  Paths: /home/akshay/Desktop/blogapp/BlogApp/node_modules/react-native-web-container/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/PanResponder.js collides with /home/akshay/Desktop/blogapp/BlogApp/node_modules/react-native/Libraries/Interaction/PanResponder.js

akshaygoyal88 avatar Oct 17 '16 11:10 akshaygoyal88

@danrigsby Can you fix the issue?

scazzy avatar Jan 20 '17 08:01 scazzy

I got this:

Error: @providesModule naming collision: Duplicate module name: react-animated Paths: /Users/adam/App/zcmm/node_modules/react-native/Libraries/Animated/release/package.json collides with /Users/adam/App/zcmm/node_modules/react-native-web-container/node_modules/react-native/Libraries/Animated/release/package.json

adamwuyu avatar Feb 16 '17 04:02 adamwuyu

@adamwuyu @akshaygoyal88 if your purpose is auto height, you can use this one instead - https://github.com/scazzy/react-native-webview-autoheight

scazzy avatar Feb 16 '17 06:02 scazzy