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 }) => ( {({ isDarkTheme }) => (
<TextInput <TextInput
multiline multiline
autoCorrect={false} autoCorrect={true}
onChangeText={_changeText} onChangeText={_changeText}
onSelectionChange={_handleOnSelectionChange} onSelectionChange={_handleOnSelectionChange}
placeholder={intl.formatMessage({ placeholder={intl.formatMessage({