react-native-animated-linear-gradient icon indicating copy to clipboard operation
react-native-animated-linear-gradient copied to clipboard

ambiguous error in react native packager.

Open aalkhulaifi605 opened this issue 7 years ago • 4 comments

it seems there is a duplication in react-native components (View , Text ....etc) in your project that conflict with the react-native node modules .

aalkhulaifi605 avatar Nov 01 '17 10:11 aalkhulaifi605

Same:

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-vector-icons
  Paths: /Users/joncursi/Sites/joncursi/redbird-native-test/node_modules/react-native-animated-linear-gradient/node_modules/react-native/local-cli/core/__fixtures__/files/package.json collides with /Users/joncursi/Sites/joncursi/redbird-native-test/node_modules/react-native/local-cli/core/__fixtures__/files/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-animated
  Paths: /Users/joncursi/Sites/joncursi/redbird-native-test/node_modules/react-native/Libraries/Animated/release/package.json collides with /Users/joncursi/Sites/joncursi/redbird-native-test/node_modules/react-native-animated-linear-gradient/node_modules/react-native/Libraries/Animated/release/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/joncursi/Sites/joncursi/redbird-native-test/node_modules/react-native/package.json collides with /Users/joncursi/Sites/joncursi/redbird-native-test/node_modules/react-native-animated-linear-gradient/node_modules/react-native/package.json

joncursi avatar Nov 21 '17 01:11 joncursi

Maybe remove dependencies of react and react-native will fix this.
https://github.com/heineiuo/react-native-animated-linear-gradient/blob/ee6cd485016184eef3467baed6e5c94b874cea8f/package.json#L22-L30

heineiuo avatar Nov 21 '17 03:11 heineiuo

try react-native-animated-linear-gradient@^1.1.2 :smile: @Nitroman605 @joncursi

heineiuo avatar Nov 21 '17 03:11 heineiuo

@heineiuo Yesss, thank you! Fixed!

joncursi avatar Nov 21 '17 03:11 joncursi