diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-23 15:36:23 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-23 15:36:23 -0400 |
| commit | dc011fdc67f384b2010693d5121192a05b9582cd (patch) | |
| tree | 229564d07569a9fa18c2411fe40cac61a7a35284 /package.json | |
| parent | 205475150e32a309f25f878b4c58a4eba890cb01 (diff) | |
Squashed commit of the following:
commit b6e4676b6ea262580453963ed6cfd85932d32341
Author: Ivan Chen <ivan@tagg.id>
Date: Mon Jun 21 19:04:08 2021 -0400
Add library, Add sample code
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index ea8c946a..92d6b501 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@reduxjs/toolkit": "^1.4.0", "@stream-io/flat-list-mvcp": "^0.10.1", "@types/react-native-vector-icons": "^6.4.5", + "@types/react-native-video": "^5.0.6", "moment": "^2.29.1", "patch-package": "^6.4.7", "postinstall-postinstall": "^2.1.0", @@ -58,6 +59,7 @@ "react-native-splash-screen": "^3.2.0", "react-native-svg": "^12.1.0", "react-native-vector-icons": "^7.0.0", + "react-native-video": "^5.1.1", "react-promise-tracker": "^2.1.0", "react-redux": "^7.2.2", "reanimated-bottom-sheet": "^1.0.0-alpha.22", @@ -105,4 +107,4 @@ "./node_modules/react-native-gesture-handler/jestSetup.js" ] } -}
\ No newline at end of file +} |
