-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
RNSharedElementTransition is not available, did you forget to link react-native-shared-element
into your project?
#122
Comments
Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username). Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup. |
Hey Same here, any fix? |
Hey, any update on how to fix this issue? |
Was anyone able to find a fix for this issue? |
Please see my comment on this issue: |
Hello. Thanks for the response! I was creating a development build. I used EAS to create a production-ready build and had tis in my log files.
How can I fix this? |
Sounds good. Also, does this run with react native fabric or just the old paper arch. Let me know! Thanks. |
I am currently creating my project with expo SDK 48 but when updating to SDK 49 the following error appeared when trying to run the animation:
RNSharedElementTransition is not available, did you forget to link
react-native-shared-elementinto your project?
I have seen the other issues that have presented the same problem, but what could be the solution that could be given to this problem? I would like to update expo SDK 49 but I would also like to be able to continue using this incredible dependency!
The text was updated successfully, but these errors were encountered: