-
-
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 #37
Comments
Same issue happens to me with a vanilla React-Native app. Check in Xcode and it seems that the library is installed in the pods. |
Hi, please provide a full repo containing the exact steps that you performed. |
Yeah, it is installed :/ |
Not sure if it helps, but I initially had the same problem and warning message on androd. Does your error appear on android or ios? |
Same problem here ! :( |
i'm having the same issue here.
|
i solve the problem :
|
I solve the problem: |
It looks like the code is not linked correctly. On React Native 0.59 or lower the native code needs to be linked manually. Either by using As of React Native 0.60, linking is performed automatically. |
I think it is because install wrong module dont forget to "pod install" in ios directory |
I have the same issue with expo, using react navigation v6 |
This is still an issue in expo with react navigation 6 |
I am also having this issue in expo this is my dependency list:
|
Since you are using expo version >49, the E.g., there is this note at the header of the page https://docs.expo.dev/versions/v48.0.0/sdk/shared-element/
|
Hi @melnikovkolya, You are right. I was using the Preview Build, assuming it was the same thing. I had a go at it today and it worked straight ahead. Thank you very much |
I am having this same issue. How were people able to solve it? |
Im using react-native-cli project. Im using react-navigation 5 and your prerelease tag.
when i use Expo, i havent got any problem, but on Shared screen this message appear:
RNSharedElementTransition is not available, did you forget to link
react-native-shared-elementinto your project?
is a bug? i linked manually but i havent got nothing
The text was updated successfully, but these errors were encountered: