Merge branch 'release/4.4.3' into master

This commit is contained in:
Daniel Mariño Ruiz
2019-07-04 10:05:54 +02:00
committed by GitHub
12 changed files with 4112 additions and 2531 deletions

View File

@@ -1,6 +1,9 @@
## Changelog
### Version 4.4.3
* 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)