diff --git a/CHANGELOG.md b/CHANGELOG.md index 280ada24..723c186a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Changelog ### next - +* Fix Android videos being able to play with background music/audio from other apps. * Fix loading package resolved videos when using video-caching [#1438](https://github.com/react-native-community/react-native-video/pull/1438) ### Version 4.3.0 diff --git a/README.md b/README.md index 8af2d371..20ea61c9 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,13 @@ Controls are not available Android because the system does not provide a stock s Platforms: iOS, react-native-dom +#### disableFocus +Determines whether video audio should override background music/audio in Android devices. +* ** false (default)** - Override background audio/music +* **true** - Let background audio/music from other apps play + +Platforms: Android Exoplayer + #### filter Add video filter * **FilterType.NONE (default)** - No Filter