From 50a28173012690783e731393f9698ee8d9370d85 Mon Sep 17 00:00:00 2001 From: Reza_ashrafi Date: Thu, 13 Jan 2022 14:00:30 +0330 Subject: [PATCH] commit --- package.json | 1 - src/components/Video.js | 23 ----------------------- src/screens/VideoDisplay/index.js | 2 +- yarn.lock | 7 ------- 4 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 src/components/Video.js diff --git a/package.json b/package.json index 23e71f1..0dfffb0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "axios": "^0.24.0", "expo": "^44.0.1", "expo-app-loading": "~1.3.0", - "expo-av": "~10.2.0", "expo-barcode-scanner": "~11.2.0", "expo-camera": "~12.1.0", "expo-device": "~4.1.0", diff --git a/src/components/Video.js b/src/components/Video.js deleted file mode 100644 index 257844a..0000000 --- a/src/components/Video.js +++ /dev/null @@ -1,23 +0,0 @@ -import {StyleSheet} from 'react-native'; -import Video from 'react-native-video'; -import file from '../assets/video.mp4'; - -// Within your render function, assuming you have a file called -// "background.mp4" in your project. You can include multiple videos -// on a single screen if you like. -import React from 'react'; - -export default function CustomVideo() { - return ( -