JoeRoddy / react-native-tag-autocomplete

React Native Tag Autocompletion
69 stars 26 forks source link

How to highlight the scrollview indicator in rendered tags #43

Closed nihp closed 4 years ago

nihp commented 4 years ago

Scrolling is not user friendly for the liststyle. Any option to highlight the scrolling indicator?

JoeRoddy commented 4 years ago

@nihp This module uses react-native-autocomplete-input as a dependency, so they might have some props that can help you.

https://github.com/mrlaessig/react-native-autocomplete-input#props

All the props that you pass down to this component get forwarded along to that one.

Specifically, I would look at listContainerStyle, and listStyle

JoeRoddy commented 4 years ago

going to close this, let me know if that helped at all