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={[
|
style={[
|
||||||
inputTextStyle,
|
inputTextStyle,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
{textAlignVertical: 'top', minHeight: 60},
|
{
|
||||||
|
textAlignVertical: 'top',
|
||||||
|
minHeight: 60,
|
||||||
|
includeFontPadding: false,
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
{...props}>
|
{...props}>
|
||||||
{textDecorated}
|
{textDecorated}
|
||||||
|
|||||||
Reference in New Issue
Block a user