react-native-radial-gradient
react-native-radial-gradient copied to clipboard
Invariant Violation: requireNativeComponent: "SRSRadialGradient" was not found in the UIManager
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",
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",
Have run into the same issue, on RN 0.69.4 on iOS, with Hermes disabled and use_frameworks!
enabled in the Podfile
Added in Podfile
pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient/ios'
worked for me
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
Still no fix? RN0.71.0
Bump
Bump
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",