react-native-mentions
react-native-mentions copied to clipboard
Hide scrollbar
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.