diff --git a/en/react-native-video.md b/en/react-native-video.md index f0ec86a9c73a0807e99df4eff0f0e975d36e2500..2b12fabc9bc3bf90393f2b58b44fd2b9989e5f80 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 b7a637d902b763db85bb8310abeefac40bc8a09d..80448ad9511156d88b601ad9f7d86f3c3003eba2 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 |