Skip to content

Release 2.0.1

Compare
Choose a tag to compare
@hirbod hirbod released this 15 Dec 13:39
· 19 commits to main since this release

2.0.1 (2024-12-15)

New

  • Added support for the new architecture (thanks @hrastnik).

Breaking Changes

  • Requires React Native 0.76+.
  • Minimum supported iOS version is now 15+.
  • Volume Listener (Android): Only reports the changed volume type and includes the type in the callback.

Bug Fixes

Android

  • Fixed RingerMode listener triggering on volume change.
  • Resolved Null Pointer Exception when setting up key listeners.
  • Volume listener now reports only the changed volume type instead of sending events for all volumes (previously 7 events).
  • Properly set up and remove listeners.

iOS

  • Removed deprecated code.
  • Refactored how native toast is set up and suppressed.
  • Improved detection of the top-most view.
  • Removed an incorrectly exported method that caused crashes with the new architecture.

Full Changelog: v1.10.0...v2.0.1