diff --git a/en/react-native-stickyheader.md b/en/react-native-stickyheader.md
index 5ee6c6cdeffeab57c9ba28cb0dc2540a03196786..640182a41f1c0ca8dc44c953c00ad19234fa0ad3 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 cb25d1eabcd82ef03bebbdef052d839e517f3157..dc56fa908b84732cf53a8fcca8196d8800849b06 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}
+
+ ))}
);