Fix multiline input in composer

zio/stable
Paul Frazee 2023-03-14 14:38:02 -05:00
parent 5bbb980250
commit 41f4385db9
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ export const TextInput = React.forwardRef(
onSelectionChange={onSelectionChange}
placeholder={placeholder}
keyboardAppearance={theme.colorScheme}
multiline
style={[pal.text, styles.textInput, styles.textInputFormatting]}>
{textDecorated}
</PasteInput>