Skip to content

Commit 72db398

Browse files
committed
fix werid android issue with TextField line height
1 parent 20ca2c5 commit 72db398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputs/TextField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ export default class TextField extends BaseInput {
559559
this.styles.input,
560560
// hideUnderline && this.styles.inputWithoutUnderline,
561561
{...typographyStyle},
562-
Constants.isAndroid && {lineHeight},
562+
// Constants.isAndroid && {lineHeight},
563563
expandable && {maxHeight: lineHeight * (Constants.isAndroid ? 3 : 3.3)},
564564
Constants.isRTL && {minHeight: lineHeight + 3},
565565
Constants.isIOS && shouldUseMultiline && {paddingTop: 0}, // fix for iOS topPadding in multiline TextInput

0 commit comments

Comments
 (0)