From 188148c001f9017bdb47eba80f30380f73ed3b56 Mon Sep 17 00:00:00 2001 From: KrrI Date: Thu, 12 Jun 2025 15:16:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICEOS5]:=20react-native-sti?= =?UTF-8?q?ckyheader=20=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: KrrI --- en/react-native-stickyheader.md | 10 +++++----- zh-cn/react-native-stickyheader.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/en/react-native-stickyheader.md b/en/react-native-stickyheader.md index 5ee6c6cd..640182a4 100644 --- a/en/react-native-stickyheader.md +++ b/en/react-native-stickyheader.md @@ -97,11 +97,11 @@ function App() { > - + {data.map((item) => ( + + {item} + + ))} ); diff --git a/zh-cn/react-native-stickyheader.md b/zh-cn/react-native-stickyheader.md index cb25d1ea..dc56fa90 100644 --- a/zh-cn/react-native-stickyheader.md +++ b/zh-cn/react-native-stickyheader.md @@ -95,11 +95,11 @@ function App() { > - + {data.map((item) => ( + + {item} + + ))} ); -- Gitee