Skip to content

Releases: DiceTechnology/react-native-video

3.3.23

03 Dec 16:24
69fe541
Compare
Choose a tag to compare

Fix behind live window exceptions by reintialising the player and avoiding bubbling this error over the bridge to the JS video player component

3.3.23-rc.1

14 Nov 13:40
Compare
Choose a tag to compare

Description
Currently we treat Behind Live Window exceptions as fatal. According to Google Documentation we should catch the error reintialise the player and avoiding bubbling this error over the bridge to the JS video player component.

3.3.21

30 Oct 15:34
4bf2463
Compare
Choose a tag to compare
  • Fix tvOS setControls method which was disabling and destroying UI elements by disabling the user interaction with the UIView

3.3.20

23 Oct 09:44
ca5e66b
Compare
Choose a tag to compare

When playback starts for live events, we should attempt to start from the live point.
This should ease the level of behind live window exceptions

3.3.19

08 Oct 13:25
d09f032
Compare
Choose a tag to compare

Features

  • Added a stats button and only showing based on the hasStats prop

Improvements

  • Hiding player controls when CC, stats or EPG button is pressed

3.3.18

08 Oct 13:23
12e806d
Compare
Choose a tag to compare

Improvements

  • Zoom button layout update (mobile)

3.3.17

08 Oct 13:22
a335bf4
Compare
Choose a tag to compare

Improvements

  • (DEV-1788) / [Android TV] Progress bar skip indicators
  • (DEV-1401) / Airplay doesn't work with subtitle
  • Android TV progress bar highlight UI tweaks

3.3.16

10 Sep 15:07
4f53b20
Compare
Choose a tag to compare

(DEV-1797)/ [Android TV]: UI overlay
(DEV-1696)/ [tvOS]: Remove flickering when toggling the controls prop
[Android TV]: EPG button

3.3.15

19 Aug 15:31
96e283b
Compare
Choose a tag to compare

Set video player to return audio track info as 2-letter ISO code

3.3.13: Android 28 (#43)

29 Jul 14:48
18d73c5
Compare
Choose a tag to compare

Upgrade Android API to 28