Skip to content

Releases: DiceTechnology/react-native-video

3.5.0

25 Feb 13:24
ddca6e8
Compare
Choose a tag to compare
  • [Android TV] Handle controls prop correctly
  • [Android TV] Fix repeat prop functionality
  • [Android TV] Prevent initial button instantiation based on controls prop
  • [Android TV] Pause player when it's in the background without the need to re-initialise player when returning to 'active' state

3.3.24

03 Dec 18:24
2edfe60
Compare
Choose a tag to compare

Initialise player correctly when a behind live window exceptions occurs

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