Authored by 于良

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

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