Releases: bitmovin/bitmovin-player-react-native
Releases · bitmovin/bitmovin-player-react-native
v0.7.2
Fixed
- Android: None of the Player Web UI menu items work (anything that triggers a native UI pop up)
v0.7.1
Added
- Support for
Player.timeShift
andtimeShift
related events
Fixed
- Project forces the usage of specific
react-native
version
v0.7.0
Added
- Support for
SourceConfig.metadata
andSource.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
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
Fixed
- Fix missing export of
FullscreenHandler
to allow fullscreen support to be integrated.
v0.5.0
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
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
Adds tweaks configuration support.
Added
- Support for setting
TweaksConfig
on both Android and iOS.
v0.3.0
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
withreact-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
Fixes an NPM installation issue.
Fixed
- Fix installation error caused by wrong husky setup when fetching package from NPM.