react-native-pullRefreshScrollView
react-native-pullRefreshScrollView copied to clipboard
indicatorArrowImg 设置style出错
if (this.props.indicatorArrowImg.url) { if (this.props.indicatorArrowImg.style) { arrowStyle = this.props.arrowStyle.style; }
这里应改为
if (this.props.indicatorArrowImg.url) { if (this.props.indicatorArrowImg.style) { arrowStyle = this.props.indicatorArrowImg.style; }