From e52fc761a5a7e26ea6eff0a38f5d2d0c64d74a5b Mon Sep 17 00:00:00 2001 From: hdw <18310002219@163.com> Date: Mon, 22 Sep 2025 17:11:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICZ6NO]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-pdf=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-pdf.md | 2 +- zh-cn/react-native-pdf.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-pdf.md b/en/react-native-pdf.md index 2245a580..3a457e5b 100644 --- a/en/react-native-pdf.md +++ b/en/react-native-pdf.md @@ -317,7 +317,7 @@ Check the release version information in the release address of the third-party | Name | Description | Type | Required | Platform | HarmonyOS Support | | ------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | -------- | ------------- | ----------------- | -| setPage | Set the current page of the PDF component. pageNumber is a positive integer. If pageNumber > numberOfPages, current page is not changed. | function(pageNumber) | NO | iOS / Android | no | +| setPage | Set the current page of the PDF component. pageNumber is a positive integer. If pageNumber > numberOfPages, current page is not changed. | function(pageNumber) | NO | iOS / Android | yes | ## Known Issues diff --git a/zh-cn/react-native-pdf.md b/zh-cn/react-native-pdf.md index 342fb589..13e9d842 100644 --- a/zh-cn/react-native-pdf.md +++ b/zh-cn/react-native-pdf.md @@ -314,7 +314,7 @@ ohpm install | Name | Description | Type | Required | Platform | HarmonyOS Support | | ------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | -------- | ------------- | ----------------- | -| setPage | Set the current page of the PDF component. pageNumber is a positive integer. If pageNumber > numberOfPages, current page is not changed. | function(pageNumber) | NO | iOS / Android | no | +| setPage | Set the current page of the PDF component. pageNumber is a positive integer. If pageNumber > numberOfPages, current page is not changed. | function(pageNumber) | NO | iOS / Android | yes | ## 遗留问题 -- Gitee