Skip to content

v10.8.0

Choose a tag to compare

@tvanlaerhoven tvanlaerhoven released this 22 Jan 15:20
· 348 commits to develop since this release

Added

  • Added support on iOS to push the initial state of the player from the iOS bridge to the React native adapter.

Fixed

  • Fixed an issue on iOS where the integrationParameters from the contentProtection section of the source were not processed correctly, resulting in failures for DRM connectors that depend on them.
  • Fixed an issue on iOS where the player could crash when terminating the app while the player is backgrounded in fullscreen.
  • Fixed an issue on Android where player.ads.currentAds would not return an array of ads due to a native error.
  • Fixed an issue on Android where the player would sometimes have wrong dimensions after transitioning to fullscreen presentation mode.
  • Fixed an issue on Android where the useEMSG property was not included when setting a TheoAds source description.

Added

  • Added RNRepo support for Android to the example app. More info on the official documentation page.