Created
November 27, 2019 10:44
-
-
Save chummypixels/a9f63384878dfc19499615b2a071cadb to your computer and use it in GitHub Desktop.
renderItem prop required by SectionList component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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