Authored by 于良

分类品牌列表搜索品牌优化 review by 草莓

... ... @@ -77,6 +77,7 @@ export default class Brand extends Component {
dataSource={this.dataSource.cloneWithRowsAndSections(data)}
renderRow={this.renderRow}
renderSectionHeader={this.renderSectionHeader}
keyboardDismissMode={'on-drag'}
/>}
</View>
);
... ...
... ... @@ -77,7 +77,7 @@ let styles = StyleSheet.create({
top: 0,
left: 0,
width,
height,
height: height - 64 - 49,
backgroundColor: 'white',
},
});
... ...