forked from TheWidlarzGroup/react-native-video
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [UFCFC-200] FastForward Rewind labels (#359)
* feat: [UFCFC-200] FastForward Rewind labels * bump rndv
- Loading branch information
1 parent
4813ed3
commit 007b1e7
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-native-video", | ||
"version": "7.5.9", | ||
"version": "7.5.10", | ||
"dorisAndroidVersion": "3.9.32", | ||
"description": "A <Video /> element for react-native", | ||
"main": "Video.tsx", | ||
|
@@ -20,7 +20,7 @@ | |
"eslint-plugin-react": "3.16.1" | ||
}, | ||
"dependencies": { | ||
"@dicetechnology/react-native-dice-video": "git+ssh://[email protected]:DiceTechnology/react-native-dice-video.git#6.67.7", | ||
"@dicetechnology/react-native-dice-video": "git+ssh://[email protected]:DiceTechnology/react-native-dice-video.git#6.69.0", | ||
"@dicetechnology/dice-unity": "^2.26.3", | ||
"keymirror": "0.1.1", | ||
"prop-types": "^15.5.10" | ||
|