From 797ec67b555c6f37e89924b5a839eec2b1037154 Mon Sep 17 00:00:00 2001 From: fan-kuiwei Date: Thu, 20 Mar 2025 16:41:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBU2E5]:=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-video=20=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-video.md | 4 ++-- zh-cn/react-native-video.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/react-native-video.md b/en/react-native-video.md index f0ec86a9..2b12fabc 100644 --- a/en/react-native-video.md +++ b/en/react-native-video.md @@ -673,8 +673,8 @@ For details, see [React-Native-Video Official Document](https://github.com/react | Name | Description | Type | Required | Platform | HarmonyOS Support | | ----------------------------------------------- | ------------------------------------------------------------ | -------- | -------- | -------- | ----------------- | | `seek()` | Seek to the specified position represented by seconds. seconds is a float value. | function | No | All | yes | -| `dismissFullscreenPlayer()` | Take the player out of fullscreen mode. | function | No | All | No | -| `presentFullscreenPlayer()` | Put the player in fullscreen mode. | function | No | All | No | +| `dismissFullscreenPlayer()` | Take the player out of fullscreen mode. | function | No | All | yes | +| `presentFullscreenPlayer()` | Put the player in fullscreen mode. | function | No | All | yes | | `save()` | Save video to your Photos with current filter prop. Returns promise. | function | No | iOS | No | | `restoreUserInterfaceForPictureInPictureStop()` | This function corresponds to the completion handler in Apple's recovery user interface ForPictureInPictureStop. IMPORTANT: This function must be called after calling onRestoreUserInterfaceForPictureInPictureStop. | function | No | iOS | No | diff --git a/zh-cn/react-native-video.md b/zh-cn/react-native-video.md index b7a637d9..80448ad9 100644 --- a/zh-cn/react-native-video.md +++ b/zh-cn/react-native-video.md @@ -677,8 +677,8 @@ ohpm install | Name | Description | Type | Required | Platform | HarmonyOS Support | | -------- | -------------------------------------------------------------------------------- | -------- | -------- | -------- | ----------------- | | `seek()` | Seek to the specified position represented by seconds. seconds is a float value. | function | No | All | yes | -| `dismissFullscreenPlayer()` | Take the player out of fullscreen mode. | function | No | All | No | -| `presentFullscreenPlayer()` | Put the player in fullscreen mode. | function | No | All | No | +| `dismissFullscreenPlayer()` | Take the player out of fullscreen mode. | function | No | All | yes | +| `presentFullscreenPlayer()` | Put the player in fullscreen mode. | function | No | All | yes | | `save()` | Save video to your Photos with current filter prop. Returns promise.| function | No | iOS | No | | `restoreUserInterfaceForPictureInPictureStop()` | This function corresponds to the completion handler in Apple's recovery user interface ForPictureInPictureStop. IMPORTANT: This function must be called after calling onRestoreUserInterfaceForPictureInPictureStop.| function | No | iOS | No | -- Gitee