React Native ScrollView去掉自带的间隔

 

 

使用ScrollView时,自带了一个类似marginTop的效果,将其去掉

<ScrollView automaticallyAdjustContentInsets={false} >

 

本博客地址: wukong1688

本文原文地址:https://www.cnblogs.com/wukong1688/p/11173825.html

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

相关文章:

  • 2021-07-10
  • 2022-02-02
  • 2021-05-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-02-06
  • 2022-01-15
猜你喜欢
  • 2022-02-23
  • 2021-07-25
  • 2021-09-03
  • 2021-06-04
  • 2021-06-22
  • 2021-07-11
  • 2022-12-23
相关资源
相似解决方案