1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/test/data/listViewTemplate.rt
2015-08-19 20:20:31 +03:00

7 lines
166 B
Plaintext

<View>
<ListView dataSource="{this.state.dataSource}">
<Row arguments="rowData">
<Text>{rowData}</Text>
</Row>
</ListView>
</View>