Skip to content

Release 1.22.5

Latest

Choose a tag to compare

@kirillzyusko kirillzyusko released this 11 Sep 10:00
35a06b2

Fixing reanimated 4.6.0 compatibility, resolving memory leaks and improving library stability 😊

🐛 Bug fixes

  • iOS compilation warning (20c96d4)
  • memory leak in FocusedInputObserver on Android (1d1b7c0)
  • omit Reanimated dependencies on native (14c5f89) by @huextrat
  • KeyboardChatScrollView + new reanimated 4.6.0 compatibility (2f90cc4)
  • cancel deferred worklet registration after cleanup (194784d) by @JoaoPauloCMarra
  • detach KeyboardExtender from every attached view (5a1db58)
  • keep shadow node sync on iOS (f3ce3c9)
  • support NestedScrollView in KeyboardAwareScrollView (25a2f1a)
  • omit deps array for reanimated hooks on native platforms in components (4c318a9)

🔢 Miscellaneous

  • mention missing animations in KeyboardStickyView/KeyboardToolbar and the recommended fix (b8d00a5)
  • update FabricExample to react-native@0.87 (1aa08b4)