Open nica0012 opened 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.
showsHorizontalScrollIndicator={false}
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.