mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 05:13:04 +03:00
autocorrect enabled
This commit is contained in:
parent
b5cb95ae7c
commit
2b4f56fa51
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user