Release 1.14.0
Release that adds OverKeyboardView
and resolves various bugs 🐛
🐛 Bug fixes
- non working
KeyboardToolbar
inModal
(b60fb21) - invisible
ScrollView
whenOverKeyboardView
is used (e8ecacd) - non working
GestureDetector
insideOverKeyboardView
(5457746) KeyboardToolbar
view props inheritance (5bc2cea)OverKeyboardView
not stretching to full screen on Android (fabric) (a557b9a)
👍 Improvements
- add
OverKeyboardView
component (bc8d3b7) - allow to use
ScrollView
fromreact-native-gesture-handler
inKeyboardAwareScrollView
component (79d9739) - make
KeyboardToolbar
inheritViewProps
(a4532d8) OverKeyboardView
refactoring (3eb50e0)
🔢 Miscellaneous
- added hoverable keyboard (interactive animation) in docs (e2198af)
- update
react-native
to0.75.3
(7ff0d8c) - update
swiftlint
(7f13c90) - update
ktlint
(1d43a32) - add example app icons (b305762)
- image gallery example (shared element transition with
OverKeyboardView
) (1917717) - add info about view props inheritance to
KeyboardAvoidingView
page in docs (9d8c618) - unify prop inheritance style for
KeyboardAwareScrollView
component in docs (92d6cee) - checkout
1.14
version for docs (96fd0d6) - blogpost for
1.14
(0a4e129)