-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Easing in Keyframe causes fatal crash on Android #4034
Comments
Your Snack link doesn't work (oh no something ate it 🤣). I tried to reproduce it like this: https://snack.expo.dev/wty2brqIH?platform=android with |
@graszka22 there was a type in the URL. Try it now! Update |
Ok, I can reproduce it 👍 But I've tried also running on the |
@graszka22 I haven't been able to build my project for Android using reanimated v3, but I tried it with a fresh RN project and it works there. That definitely narrows it down, right? EDIT: Also, is v3 compatible with RN |
If it works with v3 then I assume the issue is fixed? |
@graszka22 Well, it still needs to be fixed for v2 if v2 is still maintained, right? |
We're ending maintenance for v2. We're planning only support for RN 72 and simple fixes. This is probably not a simple fix. |
Great 👏 if all seems to be working, I'm closing the issue. |
Description
When using custom easings (i.e. non-default) on keyframe animations, the application crashes with the following error:
Steps to reproduce
Create an
Animated.View
with anentering
Keyframe sequence that usesEasing.ease
and have it render. The same problem occurs with other easings such asEasing.out(Easing.exp)
but not withEasing.out(Easing.quad)
orEasing.in(Easing.quad)
.Snack or a link to a repository
https://snack.expo.dev/@insats/bug---reanimated-easing-in-keyframe-android
Reanimated version
2.14.4 in my project and 2.9.1 in the snack sample. Same problem in both.
React Native version
0.68.1 in my project and Expo v46 (0.69.5) in the snack sample.
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
Paper (Old Architecture)
Build type
None
Device
Real device
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: