Merge pull request #3077 from francescoben/bug/3068_ios_ads_muted

fix: iOS Ads are reproduced with sound even if muted or volume set to 0
This commit is contained in:
Olivier Bouillet
2023-04-05 22:40:38 +02:00
committed by GitHub
3 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
### Version 6.0.0-alpha.5
- iOS: make sure that the audio in ads is muted when the player is muted. [#3068](https://github.com/react-native-video/react-native-video/pull/3077)
- iOS: ensure controls are not displayed when disabled by user [#3017](https://github.com/react-native-video/react-native-video/pull/3017)
- 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)