-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical text alignment seems off with React Native 0.33 #61
Comments
I'm going to take a look. Apologies but I didn't have time to do a release On Sat, Sep 10, 2016, 8:12 PM Jamie Athanassakis [email protected]
|
@jamieathans I solved it by passing alignItems: 'center' to containerStyles prop. |
I also saw this, but I have wrapped all the fields in my own wrapper so it's easy to handle this in one place instead of passing alignItems to every field. I can recommend wrapping the fields. This makes repetitive tasks as for example adding icons to fields, easier. |
It maybe related to Centre text in case where the distance between baselines is larger than the font size (68d483e) which seems to effect text lIne height.
The text was updated successfully, but these errors were encountered: