areslabs/alita

ScrollView的ScrollToEnd方法无效

cloudwalkerfre opened this issue · 2 comments

RT

<ScrollView
    ref={ref => this.scrollView = ref}
    style={ styles.container }
    alwaysBounceVertical={ true }
    onContentSizeChange={(contentWidth, contentHeight)=>{
        this.scrollView.scrollToEnd({animated: true})
    }}
>

😃 正在处理

ScrollView 自 @areslabs/wx-react-native@1.0.27 以后支持 onContentSizeChange 和scrollToEnd ,更新一下依赖