Release that adds custom C++ ShadowNodes
, adds a new useKeyboardState
hook, improves documentation and stability of the library 😍
🐛 Bug fixes
- wrong layout when
KeyboardAvoidingView
+autoFocus
+native-stack
used together on iOS (d379ff5) - set delegate to all
UITextView
(13dfb32) - update header path for
OverKeyboardView
(87e47e5) by @Mako-L
👍 Improvements
- expose custom shadow nodes (03937a7)
- new
useKeyboardState
hook (b27ed8a, 0c6ae77) - use plain
Animated
forKeyboardStickyView
(820fcb4)
🔢 Miscellaneous
- updated Expo installation instruction (6ac9086)
- updated trusted section (97abd0a by @flexbox, 8c1e53b)
- remove useless box style from docs (bb84dcb by @flexbox, da87e79)
- use documentation installation page in README (cd8cb80)
- added e2e tests for chat with
FlatList
(7a19ea4) - better keyboardVerticalOffset for KeyboardAvoidingView explanation (041d24f, 39e992e, 492b08e)
1.17.0
docs checkout (b84d855)- blogpost for
1.17.0
release (18c3e84)