FlatList inside ScrollView doesn't scroll

前端 未结 3 2106
北海茫月
北海茫月 2021-01-01 13:30

I\'ve 4 FlatLists with maxHeight set to 200 inside a ScrollView.


  
         


        
3条回答
  •  时光取名叫无心
    2021-01-01 14:01

    We can use the built-in nestedscrollenabled prop for the children FlatList/ScrollView components.

    
    

    This is only required for Android (Nested scrolling is supported by default on iOS).

提交回复
热议问题