marginRight: 30,
}
,
txt: {
width: width * 0.6,
}
,
});
(2)生成整个listview...import {
AppRegistry,
StyleSheet,
Text,
View,
TouchableOpacity,
Image,
ListView...constructor(props) {
super(props);
this.state = {
dataSource: new ListView.DataSource...};
render() {
return (
<ListView