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)
OverKeyboardViewcompatibility with RN < 0.71 (47b1581) by @gronxb- lookup methods only once (1e48494)
- reusable
TextInputprotocol (4cdb619)
🔢 Miscellaneous
react-native-haptic-feedbackin 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-nativeto0.76(1ed61ee) - add info about
MutexLockWithTimeoutexception in documentation (1870f04)