mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 23:28:12 +00:00
Update styles for ListView in tutorial
This commit is contained in:
parent
049e3534b5
commit
bc0ecaddc9
@ -426,6 +426,7 @@ var AwesomeProject = React.createClass({
|
||||
<ListView
|
||||
dataSource={this.state.dataSource}
|
||||
renderRow={this.renderMovie}
|
||||
style={styles.listView}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user