React Native nested ScrollView locking up

后端 未结 5 1466
野趣味
野趣味 2021-01-30 17:03

I\'m trying to nest ScrollViews in React Native; a horizontal scroll with nested vertical scrolls.

Here\'s an example:

var Test = React.createClass({
           


        
5条回答
  •  死守一世寂寞
    2021-01-30 17:43

    If you are working with RN > 56.0, just add this prop to your scroll views:

    
     ......
      
        .....
      
    
    

    That's the only one worked for me.

提交回复
热议问题