From 537ab68bee97c613b3c6e81e761bb36d6e976ebb Mon Sep 17 00:00:00 2001 From: dave_code <15000096124@163.com> Date: Tue, 5 Nov 2024 16:23:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IB27PV]=E4=BF=AE=E6=94=B9re?= =?UTF-8?q?act-native-elements=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-elements.md | 2 +- zh-cn/react-native-elements.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/react-native-elements.md b/en/react-native-elements.md index b4a9c58f..17951a94 100644 --- a/en/react-native-elements.md +++ b/en/react-native-elements.md @@ -520,7 +520,7 @@ This document is verified based on the following versions: | :--: | :--------------------: | :----------------: | :------: | :------: | :---------------: | | type | Outer container style. | `solid`,`outline` | No | All | Yes | -**Dialog**: 对话框组件,接收所有 [Overlay](https://reactnativeelements.com/docs/components/overlay#props) 的 props +**Dialog**: 对话框组件 | Name | Description | Type | Required | Platform | HarmonyOS Support | | :------------: | :-------------------------------------------------------: | :--------------------------: | :------: | :------: | :---------------: | diff --git a/zh-cn/react-native-elements.md b/zh-cn/react-native-elements.md index 27ab7595..96d04142 100644 --- a/zh-cn/react-native-elements.md +++ b/zh-cn/react-native-elements.md @@ -733,7 +733,7 @@ export default Avatars; | :---: | :--------------: | :-----: | :------: | :------: | :---------------: | | right | Add right title. | boolean | No | No | No | -**Overlay**:弹窗组件,接收所有 [Text](https://reactnativeelements.com/docs/components/text#props) 的props +**Overlay**:弹窗组件 | Name | Description | Type | Required | Platform | HarmonyOS Support | | :-------------: | :----------------------------------------------------------: | :--------------------------: | :------: | :------: | :---------------: | @@ -897,7 +897,7 @@ export default Avatars; | :------------: | :--------------------: | :-----: | :------: | :------: | :---------------: | | labelPressable | onPress on Label Press | boolean | No | All | Yes | -**Switch**:滑动开关组件,接收所有 [View](https://reactnative.dev/docs/view#props) 的props +**Switch**:滑动开关组件,接收所有[React Native Switch](https://reactnative.dev/docs/switch.html#props), [View](https://reactnative.dev/docs/view#props) 的props | Name | Description | Type | Required | Platform | HarmonyOS Support | | :---: | :--------------------------------: | :----: | :------: | :------: | :---------------: | -- Gitee