We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30b8f9f + c4292e5 commit e9d5935Copy full SHA for e9d5935
README.md
@@ -74,7 +74,7 @@ render() {
74
data={this.state.listViewData}
75
renderItem={ (data, rowMap) => (
76
<View style={styles.rowFront}>
77
- <Text>I am {data.item} in a SwipeListView</Text>
+ <Text>I am {data.item.text} in a SwipeListView</Text>
78
</View>
79
)}
80
renderHiddenItem={ (data, rowMap) => (
0 commit comments