react-native 自動滾到屏幕頂部,模仿微信朋友圈評論自動定位
<ScrollView
showsVerticalScrollIndicator={false}
style={[styles.column,styles.Flex]}
ref={(r) => this.scrollview = r}
自定滑到頂部代碼:
this.scrollview.scrollTo({x:0,y: 0,animated:true});
本博客地址: wukong1688
本文原文地址:https://www.cnblogs.com/wukong1688/p/10911222.html
轉載請著名出處!謝謝~~