Skip to content

Commit

Permalink
fix scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpMonster committed Aug 31, 2018
1 parent fcb3fa9 commit 301ba03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions SectionListContacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ export default class SectionListModule extends Component {

static propTypes = {
sectionListData: PropTypes.array.isRequired,//传入的数据
sectionHeight: PropTypes.number,
sectionHeaderHeight: PropTypes.number,
sectionHeight: PropTypes.number,//内容的高度
sectionHeaderHeight: PropTypes.number,//头部索引的高度
letterViewStyle: ViewPropTypes.style,//右边字母组件样式
sectionItemViewStyle: ViewPropTypes.style,//item组件样式
sectionItemTextStyle: Text.propTypes.style,//item文字样式
sectionHeaderTextStyle: Text.propTypes.style,//头部文字样式
scrollAnimation:PropTypes.bool,
scrollAnimation:PropTypes.bool,//是否启动动画
showAlphabet:PropTypes.bool, //是否显示右边字母
otherAlphabet:PropTypes.string, //其他的字符串
};
Expand Down

0 comments on commit 301ba03

Please sign in to comment.