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
Post a Comment