分类品牌列表搜索品牌优化 review by 草莓
Showing
2 changed files
with
2 additions
and
1 deletions
@@ -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 | ); |
-
Please register or login to post a comment