mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
<View>
|
|
<ListView dataSource="{this.state.dataSource}">
|
|
<Row arguments="rowData">
|
|
<Text>{rowData}</Text>
|
|
</Row>
|
|
</ListView>
|
|
<MyComp data="{[1,2,3]}">
|
|
<Row arguments="item">
|
|
<Text>{item}</Text>
|
|
</Row>
|
|
</MyComp>
|
|
</View> |