Release that contains various bugfixes making a library even more stable in various usage scenarios 👀
🐛 Bug fixes
- allow to pass additional params to
.dismiss()
unintentionally (3eb78be) - resolve react native dir in monorepo in android build (eeb70a8) by @rolud
👍 Improvements
- move data extraction from notification to extensions layer (c575a84)
OverKeyboardView
compatibility with RN < 0.71 (47b1581) by @gronxb- lookup methods only once (1e48494)
- reusable
TextInput
protocol (4cdb619)
🔢 Miscellaneous
react-native-haptic-feedback
in fabric example app (6cbf4a3)- run xCode 16 on macos 15 on CI (82628d5)
- interrupt sudo command during runtime installation in CI (c334a33)
- consistent e2e tests across platforms (7d02596)
- update
react-native
to0.76
(1ed61ee) - add info about
MutexLockWithTimeout
exception in documentation (1870f04)