From fce1f199b82209ad214da8d67b866c9869b88c3e Mon Sep 17 00:00:00 2001 From: Yuvraj Singh Date: Sun, 16 Feb 2020 18:51:50 -0800 Subject: [PATCH 1/2] updated dependencies to fix bug for RCTVideo (Android) --- package.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7b64f458..307c4b19 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "react-native-af-video-player", "version": "0.2.1", "dependencies": { - "react-native-keep-awake": "^2.0.6", - "react-native-linear-gradient": "2.3.0", - "react-native-orientation": "^3.1.0", - "react-native-slider": "https://github.com/abbasfreestyle/react-native-slider.git", - "react-native-vector-icons": "^4.4.2", - "react-native-video": "^2.0.0" + "react-native-keep-awake": "^4.0.0", + "react-native-linear-gradient": "^2.5.6", + "react-native-orientation": "^3.1.3", + "react-native-slider": "^0.11.0", + "react-native-vector-icons": "^6.6.0", + "react-native-video": "^5.0.2" }, "devDependencies": { "babel-cli": "^6.26.0", @@ -32,6 +32,10 @@ { "name": "abbasfreestyle", "email": "abbasfreestyle@gmail.com" + }, + { + "name": "iyuvraajsingh", + "email": "me@iyuvraajsingh.com" } ], "license": "MIT", From 74b0c343c385956e83a3f06a488e2dafedbb956a Mon Sep 17 00:00:00 2001 From: Yuvraj Singh Date: Wed, 22 Apr 2020 17:42:28 -0700 Subject: [PATCH 2/2] Slider Dependency Changed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307c4b19..717b9a85 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "react-native-keep-awake": "^4.0.0", "react-native-linear-gradient": "^2.5.6", "react-native-orientation": "^3.1.3", - "react-native-slider": "^0.11.0", + "react-native-slider": "https://github.com/iyuvraajsingh/react-native-slider.git", "react-native-vector-icons": "^6.6.0", "react-native-video": "^5.0.2" },