Browse Source

react native video 추가

goodboy 5 years atrás
parent
commit
84c5a3fd39
3 changed files with 30 additions and 0 deletions
  1. 9 0
      ios/Podfile.lock
  2. 20 0
      package-lock.json
  3. 1 0
      package.json

+ 9 - 0
ios/Podfile.lock

@@ -116,6 +116,11 @@ PODS:
     - React
   - react-native-keep-awake (4.0.0):
     - React
+  - react-native-video (5.0.0):
+    - React
+    - react-native-video/Video (= 5.0.0)
+  - react-native-video/Video (5.0.0):
+    - React
   - React-RCTActionSheet (0.60.3):
     - React-Core (= 0.60.3)
   - React-RCTAnimation (0.60.3):
@@ -171,6 +176,7 @@ DEPENDENCIES:
   - react-native-fbsdk (from `../node_modules/react-native-fbsdk`)
   - react-native-kakao (from `../node_modules/react-native-kakao`)
   - react-native-keep-awake (from `../node_modules/react-native-keep-awake`)
+  - react-native-video (from `../node_modules/react-native-video`)
   - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
   - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
   - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
@@ -230,6 +236,8 @@ EXTERNAL SOURCES:
     :path: "../node_modules/react-native-kakao"
   react-native-keep-awake:
     :path: "../node_modules/react-native-keep-awake"
+  react-native-video:
+    :path: "../node_modules/react-native-video"
   React-RCTActionSheet:
     :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
   React-RCTAnimation:
@@ -289,6 +297,7 @@ SPEC CHECKSUMS:
   react-native-fbsdk: ee254012cfb13cdfea4fc422d046d56dec8c750b
   react-native-kakao: 6c5ee067676951227718388ce170c412af8f2aa8
   react-native-keep-awake: 0de4bd66de0c23178107dce0c2fcc3354b2a8e94
+  react-native-video: 44c6befbc1526283ca1919891fcebe4680feade4
   React-RCTActionSheet: 08864c609d9f959abf3d51fdd93f8bc6e91f21eb
   React-RCTAnimation: a4547e9fac2627ded3df9d302f5558b475faf819
   React-RCTBlob: 62d5c263a2adb8f7a2cafd601beba18a2d99cbbb

+ 20 - 0
package-lock.json

@@ -4902,6 +4902,11 @@
         "object.assign": "^4.1.0"
       }
     },
+    "keymirror": {
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/keymirror/-/keymirror-0.1.1.tgz",
+      "integrity": "sha1-kYiJ6hP40KQufFVyUO7nE63JXDU="
+    },
     "kind-of": {
       "version": "6.0.2",
       "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
@@ -7268,6 +7273,16 @@
         }
       }
     },
+    "react-native-video": {
+      "version": "5.0.0",
+      "resolved": "https://registry.npmjs.org/react-native-video/-/react-native-video-5.0.0.tgz",
+      "integrity": "sha512-nSG7Zkc0SE2Pa/sKWvMEPUc9Zlo0iVOFTac0GcXd/U5vTsm4L28leQzJ8K/s+Yc5xfCYaeb9bIWROqw2oiB9Ig==",
+      "requires": {
+        "keymirror": "^0.1.1",
+        "prop-types": "^15.5.10",
+        "shaka-player": "^2.4.4"
+      }
+    },
     "react-navigation": {
       "version": "3.11.1",
       "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-3.11.1.tgz",
@@ -7799,6 +7814,11 @@
       "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
       "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
     },
+    "shaka-player": {
+      "version": "2.5.4",
+      "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-2.5.4.tgz",
+      "integrity": "sha512-r7s2xauV4id0jUzAEtE2+E+0keOfrdkk2mZhiDLs9CrhA9IR0hqrOZLLzthNP4/yF5oBmNcAZU0/qWPwlawHEA=="
+    },
     "shebang-command": {
       "version": "1.2.0",
       "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",

+ 1 - 0
package.json

@@ -24,6 +24,7 @@
     "react-native-naver-login": "^1.3.0",
     "react-native-reanimated": "^1.1.0",
     "react-native-vector-icons": "^6.6.0",
+    "react-native-video": "^5.0.0",
     "react-navigation": "^3.11.1",
     "rn-class": "^1.0.20",
     "use-memo-one": "^1.1.1"