autocorrect enabled

This commit is contained in:
feruz 2020-01-23 14:40:26 +02:00
parent b5cb95ae7c
commit 2b4f56fa51

View File

@ -221,7 +221,7 @@ const MarkdownEditorView = ({
{({ isDarkTheme }) => (
<TextInput
multiline
autoCorrect={false}
autoCorrect={true}
onChangeText={_changeText}
onSelectionChange={_handleOnSelectionChange}
placeholder={intl.formatMessage({