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