From 3c6ecfb228ed129a05a4de82d89c3756a7b5cc67 Mon Sep 17 00:00:00 2001 From: Learnyst Date: Thu, 15 Aug 2019 14:00:34 +0530 Subject: [PATCH 1/4] Update Video.js --- Video.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Video.js b/Video.js index 474d7b269d..9fcc8971e6 100644 --- a/Video.js +++ b/Video.js @@ -169,7 +169,10 @@ export default class Video extends Component { }; _onReadyForDisplay = (event) => { - this._hidePoster(); + if (!this.props.audioOnly) { + this._hidePoster(); + } + if (this.props.onReadyForDisplay) { this.props.onReadyForDisplay(event.nativeEvent); } From d77940616486030ba50417eaa2bdfcbc5b917c54 Mon Sep 17 00:00:00 2001 From: sridhar Date: Thu, 3 Oct 2019 12:08:06 +0530 Subject: [PATCH 2/4] Update build.gradle --- android-exoplayer/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-exoplayer/build.gradle b/android-exoplayer/build.gradle index ce5c82fb08..502fa59947 100644 --- a/android-exoplayer/build.gradle +++ b/android-exoplayer/build.gradle @@ -23,7 +23,7 @@ android { dependencies { implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}" - implementation('com.google.android.exoplayer:exoplayer:2.10.4') { + implementation('com.google.android.exoplayer:exoplayer:2.10.5') { exclude group: 'com.android.support' } @@ -32,7 +32,7 @@ dependencies { implementation "androidx.core:core:1.1.0" implementation "androidx.media:media:1.1.0" - implementation('com.google.android.exoplayer:extension-okhttp:2.10.4') { + implementation('com.google.android.exoplayer:extension-okhttp:2.10.5') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } implementation 'com.squareup.okhttp3:okhttp:3.14.3' From fe175056c9b0257103fc2bee932c4057bd25e9c5 Mon Sep 17 00:00:00 2001 From: sridhar Date: Thu, 3 Oct 2019 16:16:41 +0530 Subject: [PATCH 3/4] Update react-native-video.podspec --- react-native-video.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-video.podspec b/react-native-video.podspec index c5e09c1137..bbdf328c7a 100644 --- a/react-native-video.podspec +++ b/react-native-video.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.description = package['description'] s.license = package['license'] s.author = package['author'] - s.homepage = 'https://github.com/brentvatne/react-native-video' - s.source = { :git => "https://github.com/brentvatne/react-native-video.git", :tag => "#{s.version}" } + s.homepage = 'https://github.com/learnyst/react-native-video' + s.source = { :git => "https://github.com/learnyst/react-native-video.git", :tag => "#{s.version}" } s.ios.deployment_target = "8.0" s.tvos.deployment_target = "9.0" From e209533b453d03fa22efdff99ac8e99e004e3a04 Mon Sep 17 00:00:00 2001 From: sridhar Date: Fri, 11 Oct 2019 17:49:21 +0530 Subject: [PATCH 4/4] Update react-native-video.podspec --- react-native-video.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-video.podspec b/react-native-video.podspec index bbdf328c7a..98ba5537e8 100644 --- a/react-native-video.podspec +++ b/react-native-video.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.description = package['description'] s.license = package['license'] s.author = package['author'] - s.homepage = 'https://github.com/learnyst/react-native-video' - s.source = { :git => "https://github.com/learnyst/react-native-video.git", :tag => "#{s.version}" } + s.homepage = 'https://github.com/react-native-community/react-native-video' + s.source = { :git => "https://github.com/react-native-community/react-native-video.git", :tag => "#{s.version}" } s.ios.deployment_target = "8.0" s.tvos.deployment_target = "9.0"