-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
React Native Shared Element is incompatible with expo@52 #127
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 am also facing same |
With introduction of the latest react-native version, some internals were changed which broke compatibility with You can install it using Please let me know if that resolves the problem for you 🙏 |
You cannot use in expo sdk 52 SharedElements is not working at all doesn't do any animation |
Are you using a dev-client or Expo Go? |
Expo Go I tried before In Expo Go the new arch is enabled even if in app.json is false, so probably will not work as i recently discovered, but in dev-client probably will work, I will try with the example folder |
Expo Go no longer contains You'll need to create a development-build |
I get this build error after upgrading to expo 52 development build |
Temporary fix: #128 |
I'm trying to build my android build and it seems that React Native Shared Element is incompatible and causes the build to fail.
The text was updated successfully, but these errors were encountered: