-
Notifications
You must be signed in to change notification settings - Fork 130
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
Android style #22
Comments
+1 experienced the same. I wrapped a few around the button to set the paddings and then used |
@iagomr or @mhollweck Can you give a specific example... do some styles work, others don't? I am putting react-native-button in a cross-platform project too, so I'll debug a little bit. |
Vertical Alignment of the button is at the top, not aligning in the middle... |
Same issue for me but I managed to center the text by setting
I will be really appreciated If you could have a look. Thanks |
@Phoenix1708 I found a solution to the Android custom fonts issue. Try adding |
Adding |
The element in Android is not responding to the same style declarations as in iOS. In my case, I cannot seem to find a way to center the text inside of the button in Android.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: