Skip to content

Instantly share code, notes, and snippets.

@ritik-sw
Created June 30, 2022 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ritik-sw/7d28ea08e64eb4c6efc9a401bbdc5379 to your computer and use it in GitHub Desktop.
Save ritik-sw/7d28ea08e64eb4c6efc9a401bbdc5379 to your computer and use it in GitHub Desktop.
FlatList
<FlatList
data={todoData}
renderItem={rendertodoItem}
keyExtractor={item => item.id}
style={{marginTop:5,backgroundColor:'#fefefe',marginBottom:100}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment