Added details to readme and changelog
This commit is contained in:
parent
739a6362bf
commit
a55b7e5a24
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user