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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -