-
Notifications
You must be signed in to change notification settings - Fork 891
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
[moti] Upgrade to Expo SDK 43 and Moti 0.16 #308
Conversation
Can you try this patch from reanimated 2.3 beta? |
Ah ok, if it's a known issue from rn reanimated, let's skip it. When it's published as stable, it should be fixed right? |
Yeah, they also said they’d pull this change into 2.2 since it’s JS-only. Another (likely) fix in the meantime is if you set |
Is this ready to merge? |
We need to upgrade reanimated to 2.2.4 for fixed web support, and then yes. |
Although it has |
|
Expo has moved it version of react-native from 0.64.2 to 0.64.3: expo/expo#15108 I think you can update your PR accordingly. |
@IlyaTaidi Please don't comment on older unrelated PRs. This PR is no longer relevant because it updates the SDK to 43, while we are already at SDK 44. That being said, it's an issue with |
Web seems a little bit off, but not sure why. Instead of shrinking + fading away, it grows first (cc @nandorojo). Native does work great.