React Native: vertical centering when using ScrollView

前端 未结 6 535
孤街浪徒
孤街浪徒 2021-01-30 12:28

I\'m using React Native and I\'m having trouble retaining vertical centering of elements as soon as I introduce a ScrollView. To demonstrate, I created 3 apps with React Native

6条回答
  •  爱一瞬间的悲伤
    2021-01-30 13:13

    In order to center ScrollView itself vertically, then you need to have such kind of structure:

    
      
       
      
    
    

    Otherwise, if you want to center ScrollView content itself, then you need the following:

    
    

提交回复
热议问题