Merge pull request #2806 from iFeelSmart/feat/add_new_events_on_tracks_changed

Feature(android): new events on tracks changed
This commit is contained in:
Olivier Bouillet
2023-01-03 18:50:38 +01:00
committed by GitHub
10 changed files with 372 additions and 110 deletions

View File

@@ -2,6 +2,7 @@
### Version 6.0.0-alpha.5
- Android: add new events on tracks changed to be notified of audio/text/video Tracks update during playback [2806](https://github.com/react-native-video/react-native-video/pull/2806)
- iOS: app crashes on call to presentFullScreenPlayer [#2808](https://github.com/react-native-video/react-native-video/pull/2971)
- Android: Fix publicated progress handler causing duplicated progress event [#2972](https://github.com/react-native-video/react-native-video/pull/2972)
- Android: Fix audio/Subtitle tracks selection [#2979](https://github.com/react-native-video/react-native-video/pull/2979)