IjzerenHein / react-navigation-shared-element

React Navigation bindings for react-native-shared-element 💫
https://github.com/IjzerenHein/react-native-shared-element
MIT License
1.26k stars 125 forks source link

RNSharedElementTransition is not available, did you forget to link `react-native-shared-element #267

Open MarcHbb opened 1 year ago

MarcHbb commented 1 year ago

I have this error I don't know why. Everything is good in the code. I use expo and it says that we don't need to link the module since Expo 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"
borstelmannl commented 1 year ago

Expo will link it automatically. Did you try to remove and reinstall? Did you restart the bundler completely?

npx expo start --cache

IjzerenHein commented 11 months ago

As of Expo SDK 49, react-native-shared-element is no longer shipped with Expo Go. If you want to use this library with Expo managed projects, create a development build.

https://github.com/IjzerenHein/react-native-shared-element/issues/116#issuecomment-1683887249

kicaal commented 8 months ago

Hi! Do you know of any possible solution for this?