react-native-radial-gradient icon indicating copy to clipboard operation
react-native-radial-gradient copied to clipboard

multiple dependencies with different sources for `SRSRadialGradient` in `Podfile`

Open seedwalk opened this issue 4 years ago • 5 comments

When i try to install cocoapods i get this

[!] There are multiple dependencies with different sources for `SRSRadialGradient` in `Podfile`:

- SRSRadialGradient (from `../node_modules/react-native-radial-gradient/ios`)
- SRSRadialGradient (from `../node_modules/react-native-radial-gradient`)

seedwalk avatar Aug 30 '21 13:08 seedwalk

fixed it by changed my pod file from

pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient'

to

pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient/ios'

seedwalk avatar Aug 30 '21 13:08 seedwalk

FFF74693-5B3A-4B4D-95FB-D9AB7283E91F

crzycoder avatar Aug 05 '22 06:08 crzycoder

any update

crzycoder avatar Aug 05 '22 06:08 crzycoder

fixed it by changed my pod file from

pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient'

to

pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient/ios'

This worked

tharikrizan avatar Aug 22 '22 08:08 tharikrizan