Skip to content

Releases: bitmovin/bitmovin-player-react-native

v0.7.2

03 Jul 13:36
cb82c77
Compare
Choose a tag to compare

Fixed

  • Android: None of the Player Web UI menu items work (anything that triggers a native UI pop up)

v0.7.1

29 Jun 14:36
68be7c1
Compare
Choose a tag to compare

Added

  • Support for Player.timeShift and timeShift related events

Fixed

  • Project forces the usage of specific react-native version

v0.7.0

26 Jun 12:40
3fa4121
Compare
Choose a tag to compare

Added

  • Support for SourceConfig.metadata and Source.metadata to allow passing custom metadata to the Player UI
  • Support for CustomMessageHandler to allow two-way communication between the Player UI and the React Native app

Fixed

  • Android module build issues

v0.6.0

28 Mar 06:44
45072a2
Compare
Choose a tag to compare

Added

  • Support for programmatic audio and subtitle track selection. (Thanks to @joornby-angel)
  • Custom header support for DRM playback on Android.
  • Support for keeping the DRM session alive for consecutive DRM protected sources on Android.

Changed

  • Update Bitmovin's native iOS SDK version to v3.36.0.
  • Update Bitmovin's native Android SDK version to v3.35.0.

v0.5.1

24 Jan 13:00
162eb1d
Compare
Choose a tag to compare

Fixed

  • Fix missing export of FullscreenHandler to allow fullscreen support to be integrated.

v0.5.0

13 Jan 13:11
f1f309a
Compare
Choose a tag to compare

This version introduces analytics integration, fullscreen support and customizing the Player UI.

Added

  • Built-in Bitmovin Analytics integration.
  • FullscreenHandler support.
  • Bitmovin Player Web UI customization via styleConfig property on player creation.

v0.4.0

25 Nov 13:05
a0348d7
Compare
Choose a tag to compare

This version introduces the advertising API, full Picture in Picture support and exposes Stall events.

Added

  • Advertising API support.
  • Complete Picture in Picture support.
  • onStallStarted/onStallEnded events support. (Thanks to @joornby-angel)

v0.3.1

26 Oct 14:06
28f0a05
Compare
Choose a tag to compare

Adds tweaks configuration support.

Added

  • Support for setting TweaksConfig on both Android and iOS.

v0.3.0

13 Oct 17:28
162f13b
Compare
Choose a tag to compare

Adds support for tvOS projects and ability to customize the default playback behavior of Player objects.

Added

  • Custom playback configuration option as PlayerConfig.playbackConfig. (Thanks to @jonathanm-tkf)

Changed

  • Update Bitmovin's native iOS SDK version to v3.28.0.
  • Update Bitmovin's native Android SDK version to v3.24.2.
  • Setup a new tvOS target on example app's .xcodeproj file.
  • Replace react-native with react-native-tvos on the example app.

Fixed

  • Fix pod installation error on tvOS projects by adding :tvos => 12.4 to the list of supported platforms.

v0.2.1

19 Sep 12:30
afe1bbd
Compare
Choose a tag to compare

Fixes an NPM installation issue.

Fixed

  • Fix installation error caused by wrong husky setup when fetching package from NPM.