We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TextInput and label doesn't match the Material Design mocks. When setting dense to true, it looks OK.
dense
true
The text was updated successfully, but these errors were encountered:
Adding paddingBottom to textInput style seems to fix it on Android. Not aware of the implications on iOS. By the way, there is one in denseTextInput.
paddingBottom
textInput: { fontSize: 16, height: 42, lineHeight: 34, paddingBottom: 3 }, denseTextInput: { fontSize: 13, height: 27, lineHeight: 24, paddingBottom: 3 }
Sorry, something went wrong.
evblurbs
No branches or pull requests
The TextInput and label doesn't match the Material Design mocks. When setting
dense
totrue
, it looks OK.The text was updated successfully, but these errors were encountered: