From 4085aebab5483002e4512e199cf18c95f9cf022a Mon Sep 17 00:00:00 2001 From: Stefanos Togkoulidis Date: Fri, 20 Dec 2019 14:29:40 +0200 Subject: [PATCH] Upgrade the Video lib to fix #1705 --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c812ce55d3..b697e7e8e3 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "react-native-recyclerview-list": "git+https://github.com/wordpress-mobile/react-native-recyclerview-list.git#eadaa2f62d2f488d4dc80f9148e52b62047297ab", "react-native-safe-area": "^0.5.0", "react-native-svg": "git+https://github.com/wordpress-mobile/react-native-svg.git#a3f32b1af83e0100d10516fe58ba8a0096362b62", - "react-native-video": "git+https://github.com/wordpress-mobile/react-native-video.git#3a0e2fa6fc6bf1fe1a54adb2dbf94545b28c2bc4", + "react-native-video": "git+https://github.com/wordpress-mobile/react-native-video.git#a0bb36a1ad684c2c1ba591c44f7e4d89502bf2d0", "react-redux": "^5.0.7", "redux": "^3.7.2", "redux-multi": "^0.1.12", diff --git a/yarn.lock b/yarn.lock index c1f4f50c00..15481435bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11016,9 +11016,9 @@ react-native-sass-transformer@^1.1.1: version "9.3.3-gb" resolved "git+https://github.com/wordpress-mobile/react-native-svg.git#a3f32b1af83e0100d10516fe58ba8a0096362b62" -"react-native-video@git+https://github.com/wordpress-mobile/react-native-video.git#3a0e2fa6fc6bf1fe1a54adb2dbf94545b28c2bc4": +"react-native-video@git+https://github.com/wordpress-mobile/react-native-video.git#a0bb36a1ad684c2c1ba591c44f7e4d89502bf2d0": version "4.4.1" - resolved "git+https://github.com/wordpress-mobile/react-native-video.git#3a0e2fa6fc6bf1fe1a54adb2dbf94545b28c2bc4" + resolved "git+https://github.com/wordpress-mobile/react-native-video.git#a0bb36a1ad684c2c1ba591c44f7e4d89502bf2d0" dependencies: keymirror "^0.1.1" prop-types "^15.5.10"