React Native: How to disable scrolling in ListView? -


is possible disable scrolling of listview? i've tried noscroll:

<listview noscroll={true}> </listview> 

but doesn't seem make difference.

i think should be

scrollenabled={false} 

http://facebook.github.io/react-native/docs/scrollview.html#props


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -