From 4c542383af465fddfe35a6c9705fc88b42d4c362 Mon Sep 17 00:00:00 2001 From: shijie Date: Wed, 11 Feb 2026 16:47:36 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-navigation-elem?= =?UTF-8?q?ents=E7=9A=84=E4=B8=AD=E6=96=87=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shijie --- zh-cn/react-navigation-elements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/react-navigation-elements.md b/zh-cn/react-navigation-elements.md index 9d29b4e2..07fd045e 100644 --- a/zh-cn/react-navigation-elements.md +++ b/zh-cn/react-navigation-elements.md @@ -132,8 +132,8 @@ export default NavigationElements; | HeaderButton2.3.8+ | 用于在标题中显示按钮的组件 | function | no | all | yes | | Button2.3.8+ | 渲染按钮的组件 | function | no | all | yes | | Label2.3.8+ | 标签组件用于渲染小段文本 | function | no | all | yes | -| HeaderButtonRef2.6.0+ | HeaderButton可以拿到内部的ref本 | function | no | all | yes | -| PlatformPressableRef2.6.0+ | PlatformPressableRef可以拿到内部的ref本 | function | no | all | yes | +| HeaderButtonRef2.6.0+ | HeaderButton可以拿到内部的ref | function | no | all | yes | +| PlatformPressableRef2.6.0+ | PlatformPressableRef可以拿到内部的ref | function | no | all | yes | **Header Components Props** -- Gitee