Skip to content

Commit 1cb276e

Browse files
committed
docs: modify examples home page
1 parent 836f224 commit 1cb276e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/src/home/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ const Index = () => {
6060
return (
6161
<ScrollView
6262
style={{ flex: 1 }}
63-
stickyHeaderIndices={[0, LayoutsPage.length + 1]}
63+
stickyHeaderIndices={[
64+
0,
65+
LayoutsPage.length + 1,
66+
LayoutsPage.length + CustomAnimations.length + 2,
67+
]}
6468
>
6569
<View style={styles.section}>
6670
<Text style={styles.sectionText}>{'Layouts'}</Text>

0 commit comments

Comments
 (0)