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

Invariant Violation: requireNativeComponent: "SRSRadialGradient" was not found in the UIManager

Open crzycoder opened this issue 2 years ago • 9 comments

Invariant Violation: requireNativeComponent: "SRSRadialGradient" was not found in the UIManager

"react": "^18.0.0",
"react-native": "^0.69.3",
"react-native-radial-gradient": "^1.1.2",

crzycoder avatar Aug 04 '22 10:08 crzycoder

I'm also facing this issue since I've upgraded React Native to the 0.69.3 version. Invariant Violation: requireNativeComponent: "SRSRadialGradient" was not found in the UIManager Also latest versions of react-native-radial-gradient. Any updates?

"react": "^18.0.0", 
"react-native": "^0.69.3", 
"react-native-radial-gradient": "^1.1.2",

stefan-ceci avatar Aug 16 '22 11:08 stefan-ceci

Have run into the same issue, on RN 0.69.4 on iOS, with Hermes disabled and use_frameworks! enabled in the Podfile

zzorba avatar Aug 16 '22 22:08 zzorba

Added in Podfile

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

worked for me

sandipgupta55 avatar Aug 17 '22 07:08 sandipgupta55

Manual including the pod didn't solve it for me, but I was able to migrate to https://www.npmjs.com/package/react-native-gradients pretty easily which had no linkage issues with RN68/69

zzorba avatar Aug 22 '22 15:08 zzorba

Still no fix? RN0.71.0

therealtgd avatar Jan 20 '23 13:01 therealtgd

Bump

pfcodes avatar Jan 25 '23 09:01 pfcodes

Bump

jannisringwald avatar Mar 25 '23 22:03 jannisringwald

Any fix for this? I'm facing the same issue.

"react": "^18.0.0", "react-native": "^0.69.3", "react-native-radial-gradient": "^1.1.2",

asobralr avatar Jun 25 '23 02:06 asobralr