You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cherry-pick(4.3-stable): prevent useAnimatedKeyboard "Can't change insets on a cancelled animation" crash (#9670) (#9868)
## Summary
Cherry-picking for Reanimated 4.3.2 release
- #9670
4.3 still has the pre-Kotlin `KeyboardAnimationCallback.java`, so this
is a Java port of the same fix.
Copy file name to clipboardExpand all lines: packages/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/keyboard/KeyboardAnimationCallback.java
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ public class KeyboardAnimationCallback extends WindowInsetsAnimationCompat.Callb
0 commit comments