fix: omit packager assets from caching (#1438)

This commit is contained in:
Laurin Quast
2019-01-24 13:15:58 +01:00
committed by GitHub
parent 0a1605f11c
commit 125d5dc9c5
7 changed files with 87 additions and 30 deletions

View File

@@ -1,5 +1,9 @@
## Changelog
### next
* 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
* Fix iOS video not displaying after switching source [#1395](https://github.com/react-native-community/react-native-video/pull/1395)
* Add the filterEnabled flag, fixes iOS video start time regression [#1384](https://github.com/react-native-community/react-native-video/pull/1384)