Fixing reanimated 4.6.0 compatibility, resolving memory leaks and improving library stability 😊
🐛 Bug fixes
- iOS compilation warning (20c96d4)
- memory leak in
FocusedInputObserveron 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
KeyboardExtenderfrom every attached view (5a1db58) - keep shadow node sync on iOS (f3ce3c9)
- support
NestedScrollViewinKeyboardAwareScrollView(25a2f1a) - omit deps array for reanimated hooks on native platforms in components (4c318a9)