Release 1.16.0
A new release with new features, critical bug fixes, crash resolutions, and performance optimizations 🎉
🐛 Bug fixes
- take
gravity
into consideration when calculating selection coordinates on Android (a106fb3) - XCode warnings (ca600a8, a8eb813)
- iOS crash (dd31184)
- focused input gets detected without keyboard events on iOS (db0d0cc)
- compatibility with Stripe inputs on Android (241d157)
- properly take padding into consideration for selection events on Android (f4eb088)
👍 Improvements
KeyboardGestureArea
withoffset
on iOS (6da1bb4)- compatibility for
onSelectionChange
with iOS < 13 (6a6328c) - added
preserveEdgeToEdge
prop forKeyboardProvider
(4f1a798) - optimize
SpringAnimation
(1449971) - optimize
TimingAnimation
(06f5c53)