From 06536cf140f36c276943cd2c88737862a0678d5f Mon Sep 17 00:00:00 2001 From: fan-kuiwei Date: Mon, 17 Mar 2025 19:53:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20##IBU2E5]:=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-video=20=E7=BB=84=E4=BB=B6=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81dismissFullscreenPlayer=E3=80=81presentFullsc?= =?UTF-8?q?reenPlayer=20=E5=B1=9E=E6=80=A7=E8=AF=B4=E6=98=8E?= 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