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

转载请著名出处!谢谢~~

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-06-22
  • 2021-11-01
  • 2021-09-06
猜你喜欢
  • 2021-12-31
  • 2021-06-15
  • 2022-12-23
  • 2021-09-07
  • 2021-10-19
  • 2022-12-23
相关资源
相似解决方案