ScrollView的ScrollToEnd方法无效
cloudwalkerfre opened this issue · 2 comments
cloudwalkerfre commented
RT
<ScrollView
ref={ref => this.scrollView = ref}
style={ styles.container }
alwaysBounceVertical={ true }
onContentSizeChange={(contentWidth, contentHeight)=>{
this.scrollView.scrollToEnd({animated: true})
}}
>
ykforerlang commented
😃 正在处理
ykforerlang commented
ScrollView 自 @areslabs/wx-react-native@1.0.27 以后支持 onContentSizeChange 和scrollToEnd ,更新一下依赖