Skip to content

Commit

Permalink
feat: [UFCFC-200] FastForward Rewind labels (#359)
Browse files Browse the repository at this point in the history
* feat: [UFCFC-200] FastForward Rewind labels

* bump rndv
  • Loading branch information
oskr-franco authored Sep 6, 2024
1 parent 4813ed3 commit 007b1e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ios/Video/PlayerViewProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ class PlayerViewProxy {
dorisTranslationsViewModel.subtitles = translationsValue.captions
dorisTranslationsViewModel.skipIntro = translationsValue.skipIntro
dorisTranslationsViewModel.skipCredits = translationsValue.skipCredits
dorisTranslationsViewModel.rewind = translationsValue.rewind
dorisTranslationsViewModel.fastForward = translationsValue.fastForward
jsTranslations = JSTranslations(beaconTranslations: nil, dorisTranslations: dorisTranslationsViewModel)
}
return jsTranslations
Expand Down
4 changes: 2 additions & 2 deletions package.json
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",
Expand All @@ -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"
Expand Down

0 comments on commit 007b1e7

Please sign in to comment.