peterp / react-native-tags

Tag input component for React Native
MIT License
288 stars 75 forks source link

Position of the the tags list isn't changeable. #107

Open siniradam opened 2 years ago

siniradam commented 2 years ago

The tag list appears before the input therefore new tags move the position of the input. Styling isn't possible because the list of tags doesn't have a container.

Either a separate container or an option to change the position (above or below) of the tags list would be nice.