Skip to content

native-basics#5

Open
sanjay-sk-99 wants to merge 3 commits into
mainfrom
react-native-1
Open

native-basics#5
sanjay-sk-99 wants to merge 3 commits into
mainfrom
react-native-1

Conversation

@sanjay-sk-99
Copy link
Copy Markdown
Owner

This is a basic concepts in react native learning

data={mapped}
renderItem={({item})=><Text style={styles.text}>{ item.letterText}</Text>}

/>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While Rendering list key prop should be necessary. FlatList comp has a build in prop for this please refer in official doc.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants