fix: adjustsFontSizeToFit does not exist on TextInput (#1131)

This commit is contained in:
Julian Hundeloh
2019-07-03 09:59:04 +02:00
committed by Dawid Urbaniak
parent 4e8622c38f
commit 95750486ab

View File

@@ -229,7 +229,6 @@ class TextInputFlat extends React.Component<ChildTextInputProps, {}> {
...rest,
ref: innerRef,
onChangeText,
adjustsFontSizeToFit: true,
// @ts-ignore
placeholder: label
? parentState.placeholder