Improving KeyboardExtender
stability and resolving some iOS 26 bugs 🐛
🐛 Bug fixes
- remove spamming logs from
KeyboardAwareScrollView
(6c641a5) by @bbbenja - mark
enabled
prop fromKeyboardExtender
as optional (6d39874) - crash on iOS/fabric (63d77f8, 3ae5e72) by @zhouzh1
- support components with dynamic height in
KeyboardExtender
(93a55c1) - attaching
KeyboardExtender
from disabled state (5b0b4c3)