diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 6140fc046e..429c967894 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -229,7 +229,7 @@ export function TextInput({ style={[ inputTextStyle, a.w_full, - !autocompletePrefix && a.h_full, + !autocompletePrefix && a.flex_grow, { textAlignVertical: 'top', minHeight: 60,