React Native Nested ScrollView Can`t Scroll on Android Device

后端 未结 5 1314
走了就别回头了
走了就别回头了 2020-12-16 03:06

I have the problem about nested scrollview on Android Device, but IOS OK

How to fix the issue about B scrollview cant scrolling ?

          


        
5条回答
  •  离开以前
    2020-12-16 03:35

    If API 21 as minimum target is an option, you could upgrade to react-native 0.56.x and try the new prop nestedScrollEnabled.

    Note: it is meant to be used in the child scrollview, i.e.

    
      
      
    
    

提交回复
热议问题