harshq / react-native-mentions

Mentions textbox for React Native. Works on both ios and android. :whale:
MIT License
309 stars 82 forks source link

Hide scrollbar #44

Open nica0012 opened 4 years ago

nica0012 commented 4 years ago

Hi, is there anyway to hide the scrollbar, in my case the horizontal scroll bar?

RN ScrollView has the prop showsHorizontalScrollIndicator={false}, perhaps this could be passed into the MentionsTextInput component to handle this.