Merge branch 'release/4.4.3' into bugfix/android-disablefocus-audio

This commit is contained in:
Daniel Mariño Ruiz
2019-07-06 09:16:19 +02:00
committed by GitHub
13 changed files with 4116 additions and 2533 deletions

View File

@@ -1,7 +1,10 @@
## Changelog
### next
### Version 4.4.3
* Fix Android videos being able to play with background music/audio from other apps.
* Fixed memory leak on iOS when using `controls` [#1647](https://github.com/react-native-community/react-native-video/pull/1647)
* (Android) Update gradle and target SDK [#1629](https://github.com/react-native-community/react-native-video/pull/1629)
* Fix iOS stressed mount/unmount crash [#1646](https://github.com/react-native-community/react-native-video/pull/1646)
### Version 4.4.2
* Change compileOnly to implementation on gradle (for newer gradle versions and react-native 0.59 support) [#1592](https://github.com/react-native-community/react-native-video/pull/1592)