Closed theambidextrous closed 2 years ago
Did you run pod install
?
If you are using expo you need to downgrade to v2.4.11 because it isn't supported in v3 (see #14)
Thanks for reply..
I did run pod install within ios folder. infact i removed the pods folder deleted podfile.lock and i ran pod install.. nothing yet
Am not using Expo
I had it resolved. I removed the app on simulator, deleted pods folder, ran pod install and did a fresh install, somehow this solved it.
In my case, refreshing pods didn't work. I installed @react-native-community/blur in my app, and it's been resolved.
Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager.
Environment info
Steps To Reproduce
Am simply using the example code only that i'm wrapping in a functional component
I have my options as a list of Jxs components and not plain strings
Describe what you expected to happen:
Android screenshort below
Reproducible sample code
Example CustomActionSheet code is what i have above