diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index ff8182e9e..43a545881 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -179,7 +179,7 @@ type Props = $ReadOnly<{| autoCorrect?: ?boolean, autoFocus?: ?boolean, allowFontScaling?: ?boolean, - maxFontSizeMultiplier?: ?boolean, + maxFontSizeMultiplier?: ?number, editable?: ?boolean, keyboardType?: ?KeyboardType, returnKeyType?: ?ReturnKeyType,