React-Native, Scroll View Not Scrolling

后端 未结 6 1422
悲&欢浪女
悲&欢浪女 2020-12-29 18:05

When I wrap content like this example below, it scrolls Perfectly..

return(
    
         TEST 
        

        
6条回答
  •  北荒
    北荒 (楼主)
    2020-12-29 19:05

    Try adding style={{flex:1}} to and components. You also have a typo on your code: in line 9. An example code will look like this:

    
        
        
                
                    
                
        
    
    

提交回复
热议问题