diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 877945b9..e72b41f0 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -210,10 +210,11 @@ export const TextInput = React.forwardRef( const styles = StyleSheet.create({ container: { - width: '100%', + flex: 1, }, textInput: { flex: 1, + width: '100%', minHeight: 80, padding: 5, paddingBottom: 20,