react-native-circle-menu icon indicating copy to clipboard operation
react-native-circle-menu copied to clipboard

error while first build/start

Open yeomann opened this issue 7 years ago • 2 comments

you have massive error in library see this

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: RCTEventEmitter
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/Libraries/EventEmitter/RCTEventEmitter.js collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/Libraries/EventEmitter/RCTEventEmitter.js

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: NativeEventEmitter
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.js collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.js

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: RCTNativeAppEventEmitter
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.js collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.js

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: Linking
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/Libraries/Linking/Linking.js collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/Libraries/Linking/Linking.js

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: Share
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/Libraries/Share/Share.js collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/Libraries/Share/Share.js

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: promiseRejectionIsError
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/Libraries/promiseRejectionIsError.js collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/Libraries/promiseRejectionIsError.js

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: Promise
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/Libraries/Promise.js collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/Libraries/Promise.js

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: react-native
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/package.json collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/package.json

This warning is caused by a @providesModule declaration with the same name across two different files.
jest-haste-map: @providesModule naming collision:
  Duplicate module name: react-native
  Paths: /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/package.json collides with /Users/yeoman/Development/Xeront/ReactNative/ispApp/node_modules/react-native/package.json

This warning is caused by a @providesModule declaration with the same name across two different files.

and the error goes on. could you please check it and fix? I tried to delete react native from node_modules as mentioned here https://github.com/Ramotion/react-native-circle-menu/issues/4 but then I got Touchable error.

yeomann avatar Jun 24 '18 16:06 yeomann

Any updates? I have the same issue

AfanasievN avatar Mar 28 '19 17:03 AfanasievN

This is duplicate of #4

AfanasievN avatar Mar 28 '19 17:03 AfanasievN