Skip to content

Instantly share code, notes, and snippets.

@chummypixels
Created November 27, 2019 10:44
Show Gist options
  • Save chummypixels/a9f63384878dfc19499615b2a071cadb to your computer and use it in GitHub Desktop.
Save chummypixels/a9f63384878dfc19499615b2a071cadb to your computer and use it in GitHub Desktop.
renderItem prop required by SectionList component
renderItem={({item}) => <Text style={styles.item}>{item}</Text>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment