bitmovin-player-react-native
Advanced tools
Changelog
[0.4.0] - 2022-11-24
This version introduces the advertising API, full Picture in Picture support and exposes Stall events.
onStallStarted
/onStallEnded
events support. (Thanks to @joornby-angel)Changelog
[0.3.1] - 2022-10-26
Adds tweaks configuration support.
TweaksConfig
on both Android and iOS.Changelog
[0.3.0] - 2022-10-13
Adds support for tvOS projects and ability to customize the default playback behavior of Player
objects.
PlayerConfig.playbackConfig
. (Thanks to @jonathanm-tkf)v3.28.0
.v3.24.2
..xcodeproj
file.react-native
with react-native-tvos
on the example app.:tvos => 12.4
to the list of supported platforms.Changelog
[0.2.1] - 2022-09-19
Fixes an NPM installation issue.
Changelog
[0.2.0] - 2022-08-23
Adds support for DRM playback on Android (Widevine only) and iOS (FairPlay only), as well as configuring external subtitle tracks for a stream source.
PlayerView
's component props.Player.getAvailableSubtitles()
method for fetching the available subtitle tracks in the player's active source.PlayerView
child.Changelog
[0.1.0] - 2022-07-11
Adds support for basic playback using Bitmovin's Web UI as the default (and only) player UI. No support for custom UI yet.
PlayerView
.Player
and usePlayer
constructs.Player
and Source
events via PlayerView
's component props.