From 76df72c831fc75bfa3a62b3213b6432308808c40 Mon Sep 17 00:00:00 2001 From: ywp7913 Date: Sat, 14 Jun 2025 11:24:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICF5IU]=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20react-native-calendars=20=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 --- en/react-native-calendars.md | 6 +++--- en/react-native-root-siblings.md | 2 +- zh-cn/react-native-calendars.md | 6 +++--- zh-cn/react-native-root-siblings.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en/react-native-calendars.md b/en/react-native-calendars.md index 7e802a45..afa6af6d 100644 --- a/en/react-native-calendars.md +++ b/en/react-native-calendars.md @@ -40,11 +40,11 @@ const MySvgComponent = () => { const data = [ { title: "Main", - data: "Pizza" + data: ["Pizza"] }, { title: "sides", - data: "French Fries" + data: ["French Fries"] } ] return ( @@ -70,7 +70,7 @@ const MySvgComponent = () => { }} /> ( { item.name } - { item.data } diff --git a/en/react-native-root-siblings.md b/en/react-native-root-siblings.md index 9c45b65e..c6e2512b 100644 --- a/en/react-native-root-siblings.md +++ b/en/react-native-root-siblings.md @@ -117,7 +117,7 @@ In react native, a view has a higher hierarchy if it's more close to the root le - + ``` diff --git a/zh-cn/react-native-calendars.md b/zh-cn/react-native-calendars.md index cc4f9473..07ec0073 100644 --- a/zh-cn/react-native-calendars.md +++ b/zh-cn/react-native-calendars.md @@ -40,11 +40,11 @@ const MySvgComponent = () => { const data = [ { title: "Main", - data: "Pizza" + data: ["Pizza"] }, { title: "sides", - data: "French Fries" + data: ["French Fries"] } ] return ( @@ -70,7 +70,7 @@ const MySvgComponent = () => { }} /> ( { item.name } - { item.data } diff --git a/zh-cn/react-native-root-siblings.md b/zh-cn/react-native-root-siblings.md index eb344444..df4b2a7d 100644 --- a/zh-cn/react-native-root-siblings.md +++ b/zh-cn/react-native-root-siblings.md @@ -117,7 +117,7 @@ RootSiblingParent 充当挂载基座,可以多次挂载。只有最后挂载 - + ``` -- Gitee