mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
<View>
|
|
<ListView dataSource="{this.state.dataSource}">
|
|
<Row arguments="rowData">
|
|
<Text>{rowData}</Text>
|
|
</Row>
|
|
</ListView>
|
|
</View> |