set includeFontPadding false for fixed TextInput height on Android (#6170)
This commit is contained in:
@@ -252,7 +252,11 @@ export const TextInput = forwardRef(function TextInputImpl(
|
||||
style={[
|
||||
inputTextStyle,
|
||||
a.w_full,
|
||||
{textAlignVertical: 'top', minHeight: 60},
|
||||
{
|
||||
textAlignVertical: 'top',
|
||||
minHeight: 60,
|
||||
includeFontPadding: false,
|
||||
},
|
||||
]}
|
||||
{...props}>
|
||||
{textDecorated}
|
||||
|
||||
Reference in New Issue
Block a user