Release 1.14.3
Release that mostly adopts new trends from react-native
ecosystem, tries to make external contributions more developer-friendly and fixes some bugs 😎
🐛 Bug fixes
👍 Improvements
- detect
react-native-edge-to-edge
presence and automatically configure props forKeyboardProvider
(c958062) by @zoontek - avoid
SharedValue
reads during render (e31a62a)
🔢 Miscellaneous
- meaningful page description for
OverKeyboardView
in docs (27d6229) - added
Troubleshooting
page in docs (9dec434) - added
FAQ
page in docs (f48d2d7) - use
ccache
on CI only (1ba0685) - fix
size-diff
anddeploy-docs
CI for external contributors (6eb74d2) - update
reanimated
to3.16.1
(f42d69d) - update
react-native-is-edge-to-edge
to1.1.3
(a09c7ed) by @zoontek - bump
react-native-is-edge-to-edge
to1.1.4
to fix module resolution (d16908c)