Skip to content

v2.10.0

Compare
Choose a tag to compare
@tvanlaerhoven tvanlaerhoven released this 25 Jul 13:27
· 1420 commits to develop since this release

Fixed

  • Fixed an issue on Android where the media button receiver would not accept button events in case multiple receivers are registered.
  • Fixed an issue on Android where react-native-theoplayer would not build when depending on Android player SDK v5.6.0.
  • Fixed an issue on Android where a pause event would not be dispatched when putting the app to the background during play-out of an ad, while background playback is enabled. The ad would also restart when bringing the app back to the foreground.

Changed

  • Removed restrictions on media session playback actions for AndroidTV.
  • Upgraded react-native version of the example app to [email protected].

Added

  • Added a version property to THEOplayer for querying the player version (e.g., '5.5.0') and playerSuite (e.g., '2023.3.0') versions.