From 95750486ab3dfcf5b447cb07eeee047ddf444682 Mon Sep 17 00:00:00 2001 From: Julian Hundeloh Date: Wed, 3 Jul 2019 09:59:04 +0200 Subject: [PATCH] fix: adjustsFontSizeToFit does not exist on TextInput (#1131) --- src/components/TextInput/TextInputFlat.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/TextInput/TextInputFlat.tsx b/src/components/TextInput/TextInputFlat.tsx index 8240d58..06fd2e4 100644 --- a/src/components/TextInput/TextInputFlat.tsx +++ b/src/components/TextInput/TextInputFlat.tsx @@ -229,7 +229,6 @@ class TextInputFlat extends React.Component { ...rest, ref: innerRef, onChangeText, - adjustsFontSizeToFit: true, // @ts-ignore placeholder: label ? parentState.placeholder