Release that adds support for snapToOffsets
property for KeyboardAwareScrollView
, resolves some old issues and improving stability of the library in some corner cases 💪
🐛 Bug fixes
snapPoints
scroll calculations forKeyboardAwareScrollView
(56400db)- missing
navigationBar
height in keyboard size ifnavigationBar
istranslucent
(97d504d) - not detectable keyboard view on iOS (950d3bc)
- ignore non-visible keyboard (3b9460c)
👍 Improvements
- respect
snapToOffsets
inKeyboardAwareScrollView
by @kgni (30617a9) closes #450 - added own
useWindowDimensions
hook (817127f) closes #434 #334