Releases: DiceTechnology/react-native-video
Releases · DiceTechnology/react-native-video
3.5.0
- [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
3.3.23
3.3.23-rc.1
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.