Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
crzycoder opened this issue Aug 4, 2022 · 9 comments

Comments

@crzycoder
Copy link

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",
@stefan-ceci
Copy link

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",

@zzorba
Copy link

zzorba commented Aug 16, 2022

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

@sandipgupta55
Copy link

Added in Podfile

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

worked for me

@zzorba
Copy link

zzorba commented Aug 22, 2022

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

@therealtgd
Copy link

therealtgd commented Jan 20, 2023

Still no fix? RN0.71.0

@pfcodes
Copy link

pfcodes commented Jan 25, 2023

Bump

1 similar comment
@jannisringwald
Copy link

Bump

@asobralr
Copy link

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",

@litinskii
Copy link

wait for #48 file doesn't include in npm package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants