New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

react-native-theoplayer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-theoplayer - npm Package Versions

tvanlaerhoven
published 7.7.1 •

Changelog

Source

[7.7.1] - 24-07-29

Fixed

  • Fixed an issue on tvOS where native cache functionality was not excluded correctly resulting in build errors.
tvanlaerhoven
published 7.7.0 •

Changelog

Source

[7.7.0] - 24-07-25

Added

  • Added ActiveQualityChanged event support for iOS.

Fixed

  • Fixed an issue where on iOS a cached asset would not play when setting the tasks's source on the player.
  • Fixed an issue where on iOS the createTask method (CacheAPI) was not returning the created task.
  • Fixed an issue where on iOS the Ad and AdBreak protocols where extended in the underlying native SDK and required some modifications.
  • Fixed an issue where on Android the native module preparation would fail due to a change in the Android SDK 7.8.0 on eventDispatching.
tvanlaerhoven
published 7.6.0 •

Changelog

Source

[7.6.0] - 24-07-01

Added

  • Added 'root' as an alternative id for the root div element in Web applications, supporting fullscreen presentation mode in Expo-based apps.
  • Added renderingTarget property to THEOplayer API for Android, enabling the option to choose between either rendering to a SurfaceView (default) or TextureView.

Changed

  • Lowered the required node version to v16+.
tvanlaerhoven
published 7.5.1 •

Changelog

Source

[7.5.1] - 24-06-20

Added

  • Added ad event support for custom SSAI integrations.
tvanlaerhoven
published 7.5.0 •

Changelog

Source

[7.5.0] - 24-06-18

Fixed

  • Fixed an issue where the Cast API wouldn't be initialized yet when in the onPlayerReady callback.
  • Added support for THEOplayer Android v7.6.0.
tvanlaerhoven
published 7.4.0 •

Changelog

Source

[7.4.0] - 24-06-11

Added

  • Added support for SourceDescription.poster for Android & iOS.
  • Made the intervals for the forward and backward skip buttons on the iOS lockScreen configurable.
  • Added preferredPeakBitRate and preferredMaximumResolution to ABRConfiguration for iOS
tvanlaerhoven
published 7.3.0 •

Changelog

Source

[7.3.0] - 24-06-03

Changed

  • Disabled skip forward/backward remote control buttons by default for Live content on Android TV platforms.

Added

  • Added support for React Native 0.74 and upgraded the example application to depend on react-native-tvos 0.74.1.

Fixed

  • Fixed an issue where on the iOS bridge the wrong value was extracted from the CachingParameters to configure the bandwidth setting on the MediaCache.
tvanlaerhoven
published 7.2.0 •

Changelog

Source

[7.2.0] - 24-05-12

Added

  • Added resize player event enabling monitoring of player resizes.
  • Added width and height properties to THEOplayer containing the player's current dimensions in pixels.
  • Added the possibility to set the player volume on iOS programmatically via the player API.
  • Added AD_CLICKED, AD_TAPPED, AD_ICON_TAPPED and AD_ICON_FALLBACK_IMAGE_CLOSED ad events for Android platforms.

Fixed

  • Fixed an issue on Android where the scheduledAdBreaks list did not include the pre-roll ad on play-out of a Google DAI stream.
tvanlaerhoven
published 7.1.1 •

Changelog

Source

[7.1.1] - 24-04-26

Fixed

  • Fixed an issue where the selectedAudioTrack and selectedVideoTrack were not in sync with the actual selected mediatracks on the native player.
tvanlaerhoven
published 7.1.0 •

Changelog

Source

[7.1.0] - 24-04-23

Fixed

  • Fixed a build issue on tvOS example app due to the deprecated prepare method.

Added

  • Added multiple configuration options to GoogleImaConfiguration for both iOS and Android. These map to the corresponding IMASettings from the underlying native Google IMA SDKs.
  • Added skipForwardInterval and skipBackwardInterval properties to MediaControlConfiguration for Android and Web, enabling configurable skip intervals for media sessions.
  • Added ios bridging code to make 'forced' property available from native iOS TextTrack API.

Removed

  • Removed support for the web-based native iOS SDK on the RN iOS Bridge.