React-Native another VirtualizedList-backed container

后端 未结 15 817
名媛妹妹
名媛妹妹 2020-12-08 13:00

After upgrading to react-native 0.61 i get a lot of warnings like that:

VirtualizedLists should never be nested inside plain ScrollViews with the same orient         


        
15条回答
  •  鱼传尺愫
    2020-12-08 13:22

    So I faced the same problem while using a picker-based component inside and the one thing that helped me solve the problem was adding keyboardShouldPersistTaps={true} inside the as a prop.

    This is my code snippet.

     
          
          
    
    

提交回复
热议问题