From a503c57a8af80ec03f5bcc1223dd910e11192d1b Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Thu, 13 Nov 2025 18:39:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID6I4Y]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9reactBase=E5=BA=93=E4=B8=ADAvatar=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84wrapperRef=E5=B1=9E=E6=80=A7=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/NativeBase.md | 2 +- zh-cn/NativeBase.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/NativeBase.md b/en/NativeBase.md index efe84559..dc6ab155 100644 --- a/en/NativeBase.md +++ b/en/NativeBase.md @@ -664,7 +664,7 @@ The following component attributes are currently supported: | source | The image source of the avatar. | Object | No | All | Yes | | size | The size of the avatar. | String | No | All | Yes | | \_image | For providing props to Image component inside the Avatar. | Object | No | All | Yes | -| wrapperRef | ref to be attached to the Avatar wrapper. | Any | No | All | Yes | +| wrapperRef | ref to be attached to the Avatar wrapper. | Any | No | No | No | **Icon**: Icon | Name | Description | Type | Required | Platform | HarmonyOS Support | diff --git a/zh-cn/NativeBase.md b/zh-cn/NativeBase.md index aa654fe9..9d20d5ea 100644 --- a/zh-cn/NativeBase.md +++ b/zh-cn/NativeBase.md @@ -678,7 +678,7 @@ const styles = StyleSheet.create({ | source | 图片地址参数 | Object | No | All | Yes | | size | 尺寸 | String | No | All | Yes | | _image | 图片参数 | Object | No | All | Yes | -| wrapperRef | 获取节点 | Any | No | All | Yes | +| wrapperRef | 获取节点 | Any | No | No | No | **Icon**: 展示图标 | Name | Description | Type | Required | Platform | HarmonyOS Support | -- Gitee