jwohlfert23 / react-native-tag-input

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

Tags and Tag Input are not center aligned #54

Closed alexgurr closed 6 years ago

alexgurr commented 6 years ago

https://puu.sh/zjudZ/75c53262a0.png

Can't seem to override this with any styles either?

Ashoat commented 6 years ago

This issue doesn't appear in the example project (in this repo), so I'm guessing it has to do with the styles you're using. Are you rendering the TagInput with any props that specify custom styles? If so, what are those styles? What is the style of the component containing your TagInput?

In the future, providing a GitHub repo containing a project that demonstrates the bug is the surest way of getting help, and reduces the amount of back-and-forth between issue reporters and package authors.