From eaebda795426206b2e81fcaa9578d94e840a4975 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Sat, 20 Feb 2021 17:38:28 +0100 Subject: [PATCH] example: Install rn-slider --- example/ios/Podfile.lock | 6 ++++++ example/package.json | 1 + 2 files changed, 7 insertions(+) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6553ebb..230355a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -238,6 +238,8 @@ PODS: - React - react-native-cameraroll (4.0.2): - React-Core + - react-native-slider (3.0.3): + - React - react-native-video (5.1.1): - React-Core - react-native-video/Video (= 5.1.1) @@ -392,6 +394,7 @@ DEPENDENCIES: - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) - "react-native-blur (from `../node_modules/@react-native-community/blur`)" - "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)" + - "react-native-slider (from `../node_modules/@react-native-community/slider`)" - react-native-video (from `../node_modules/react-native-video`) - react-native-vision-camera (from `../..`) - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) @@ -461,6 +464,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-community/blur" react-native-cameraroll: :path: "../node_modules/@react-native-community/cameraroll" + react-native-slider: + :path: "../node_modules/@react-native-community/slider" react-native-video: :path: "../node_modules/react-native-video" react-native-vision-camera: @@ -527,6 +532,7 @@ SPEC CHECKSUMS: React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c react-native-cameraroll: 717193a0427fd0db78d3f10385a008fcc102213c + react-native-slider: b733e17fdd31186707146debf1f04b5d94aa1a93 react-native-video: 1574074179ecaf6a9dd067116c8f31bf9fec15c8 react-native-vision-camera: bf9c62e2795080a21e9ea134050c01b5d9494b6d React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336 diff --git a/example/package.json b/example/package.json index e22a589..3981c54 100644 --- a/example/package.json +++ b/example/package.json @@ -11,6 +11,7 @@ "dependencies": { "@react-native-community/blur": "^3.6.0", "@react-native-community/cameraroll": "^4.0.2", + "@react-native-community/slider": "^3.0.3", "pipestate": "^1.0.2", "react": "16.13.1", "react-native": "0.63.4",