-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Doesn't work in Expo SDK36 #183
Comments
how to fix that? |
Happens on iOS only for me:
Anyone have a solution? |
You could try this: yarn add @react-native-community/art |
sdk36 expo cli not react native cli |
@duylinhdang1998 +1. Expo can't use link 😢 |
I use 'react-native link' command without any problems in my expo (ejected) project. I've fixed this issue with 'ARTShape' in my expo project when I've upgraded from SDK34 -> SDK36 |
Expo docs claim they have ART built in, but maybe it's time to rethink the choice of vector rendering library now that it's been janked from core. |
Confirmed by us as well. Only IOS. Here is expo env info:
|
+1 |
Expo docs address this issue in react-native-progress specifically with examples of how to get around it using vector if you want to stay in Managed Workflow |
use this command in cmd for ART-SHAPE on expo |
none of the above solved the issue, Expo has any bug fix on this? |
Error I was running into was:
|
yeah we removed ART from expo managed apps and updated our docs accordingly: https://docs.expo.io/versions/latest/sdk/art/ we don't plan to include it because it is not really maintained and its functionality can be achieved in a more standard way using svg |
I’ll accept a PR migrating to the svg lib. Reason I went with ART to begin with was ease of integration which is now lost anyways and we’re just stuck with the bugs. |
Hi @oblador, I'm new to open source and I haven't used the library. But I'll be happy to try and migrate it to |
Hi, I can't use it in Expo |
Can't use it. Both iOS and Android crashes.
The text was updated successfully, but these errors were encountered: