Skip to content

Commit

Permalink
Update sectionlist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjiayu committed Oct 11, 2023
1 parent af27da0 commit 834957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sectionlist.md
Expand Up @@ -54,7 +54,7 @@ const App = () => (
<SafeAreaView style={styles.container}>
<SectionList
sections={DATA}
keyExtractor={(item, index) => item + index}
keyExtractor={(item, index) => index}
renderItem={({item}) => (
<View style={styles.item}>
<Text style={styles.title}>{item}</Text>
Expand Down

0 comments on commit 834957d

Please sign in to comment.