react-native-pie
react-native-pie copied to clipboard
No longer compatible with Expo?
I used this package about a year and a half ago (version ~0.6.0), and just recently came back to my project, and I'm getting an "Invariant Violation: requireNativeComponent: "ArtShape" was not found in the UIManager" error. I've installed @react-native-community/art but I'm unable to link it due to running on Expo (managed workflow). I assume this means this package is now incompatible with Expo?
Thanks in advance.
It's working with Expo using Bare workflow.
It is not working with Expo with out Bare workflow.
I have installed it and it is not working on my app. I am getting the error.
requirenativecomponent artshape was not found in the uimanager
Turns out I'd have to start Expo with Bare workflow :( I guess I'll just go looking for another package then.