diff --git a/en/NativeBase.md b/en/NativeBase.md index efe84559001fe02db301656638a684641b8a2166..dc6ab15575b26b2a4d574bb8355a2915d62e8c44 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 aa654fe9b0068f3745203438d6060ee3cda6f402..9d20d5eab567700fddf2091f542127d6e44efd26 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 |