gameboyVito / react-native-ultimate-listview

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.
https://www.npmjs.com/package/react-native-ultimate-listview
MIT License
540 stars 87 forks source link

How to remove the scrollbar #45

Closed lfh22 closed 6 years ago

lfh22 commented 6 years ago

When I use UltimateListView, I want to remove the scroll bar on the side, look at the API but don't find it, is there an interface to be provided?

lfh22 commented 6 years ago

showsHorizontalScrollIndicator={false}

showsVerticalScrollIndicator={false}