react-native-animated-linear-gradient
                                
                                 react-native-animated-linear-gradient copied to clipboard
                                
                                    react-native-animated-linear-gradient copied to clipboard
                            
                            
                            
                        ambiguous error in react native packager.
it seems there is a duplication in react-native components (View , Text ....etc) in your project that conflict with the react-native node modules .
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
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
try react-native-animated-linear-gradient@^1.1.2 :smile: @Nitroman605  @joncursi
@heineiuo Yesss, thank you! Fixed!