-
-
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 #116
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. |
I can't reproduce the bug, here's an expo snack with my npm versions : https://snack.expo.dev/@marc-hbb/098f6b Here's a screenshot : |
The snack works as expected. I've tried with the latest Expo Go client on iOS with both SDK 46 and 47. This means that Are you using the Expo Go client, or are you using some kind of custom built dev client for your app? |
I have the same issue. I use SDK 49 and Expo Go for development. |
I'm unable to reproduce, I just did a test with the latest Expo Go client and that worked. Can you provide a repro? |
Just run this code and navigate, then you can reproduce the issue.
|
It seems that as of Expo SDK 49, That's unfortunate but not a showstopper. What you'll need to do is to create a development build, which will then automatically contain the native code for |
I have this error I don't know why. Everything is good in the code.
I use Managed Workflow and it says that we don't need to link the module since Expo should do it automatically
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.2",
"react-native-share": "^8.1.0",
"react-native-shared-element": "^0.8.8"
The text was updated successfully, but these errors were encountered: