From cba67996f08e6f40dd69bc2445b8963ef75000bf Mon Sep 17 00:00:00 2001 From: "boheng.xie" <3021244050@tju.edu.cn> Date: Mon, 29 Sep 2025 22:25:45 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/using-a-listview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-a-listview.md b/docs/using-a-listview.md index 878344e305d..cf13fa66a6c 100644 --- a/docs/using-a-listview.md +++ b/docs/using-a-listview.md @@ -52,7 +52,7 @@ const FlatListBasics = () => { export default FlatListBasics; ``` -If you want to render a set of data broken into logical sections, maybe with section headers, similar to `UITableView`s on iOS, then a [SectionList](sectionlist.md) is the way to go. +If you want to render a set of data broken into logical sections, maybe with section headers, similar to `UITableView` on iOS, then a [SectionList](sectionlist.md) is the way to go. ```SnackPlayer name=SectionList%20Basics import React from 'react';