diff --git a/src/components/TextInput/TextInputFlat.tsx b/src/components/TextInput/TextInputFlat.tsx index 9ed7be9290..e28eb47f34 100644 --- a/src/components/TextInput/TextInputFlat.tsx +++ b/src/components/TextInput/TextInputFlat.tsx @@ -308,7 +308,7 @@ const TextInputFlat = ({ }, ]} > - {!isAndroid && multiline && label && ( + {!isAndroid && multiline && !!label && ( // Workaround for: https://github.com/callstack/react-native-paper/issues/2799 // Patch for a multiline TextInput with fixed height, which allow to avoid covering input label with its value.