We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ca2c5 commit 72db398Copy full SHA for 72db398
src/components/inputs/TextField.js
@@ -559,7 +559,7 @@ export default class TextField extends BaseInput {
559
this.styles.input,
560
// hideUnderline && this.styles.inputWithoutUnderline,
561
{...typographyStyle},
562
- Constants.isAndroid && {lineHeight},
+ // Constants.isAndroid && {lineHeight},
563
expandable && {maxHeight: lineHeight * (Constants.isAndroid ? 3 : 3.3)},
564
Constants.isRTL && {minHeight: lineHeight + 3},
565
Constants.isIOS && shouldUseMultiline && {paddingTop: 0}, // fix for iOS topPadding in multiline TextInput
0 commit comments