Fix list rendering keys and nested list patterns
This commit is contained in:
@@ -49,7 +49,7 @@ let Post = (props) => {
|
||||
<FlatList data={userIds}
|
||||
horizontal={true}
|
||||
renderItem={renderPost}
|
||||
//keyExtractor={item => item}
|
||||
keyExtractor={(item, index) => `${item}-${index}`}
|
||||
/>
|
||||
</View>
|
||||
</Card.Content>
|
||||
|
||||
Reference in New Issue
Block a user