jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
232 stars 104 forks source link

All tags in a single line, no vertical scrolling #34

Closed lenoxzzedwin closed 6 years ago

lenoxzzedwin commented 7 years ago

<TagInput>

Tags positioned above Cursor positioned in new line

image

<Input> "Tags" in position Left Cursor positioned on a single line

I WANT THIS

image

sinewave440hz commented 7 years ago

That's how it works on iOS but, as you illustrate, not an Android :/ Should of course be the same on both...

jamesone commented 6 years ago

Did you play around with:

• maxHeight • scrollViewProps

You should be able to turn the scrollview into a horizontal scrollview (you can do this with react-native - https://facebook.github.io/react-native/docs/scrollview.html)

Ashoat commented 6 years ago

This can be done now, see the example project