diff --git a/src/Editor/index.js b/src/Editor/index.js index ef31dea..cfaf71b 100644 --- a/src/Editor/index.js +++ b/src/Editor/index.js @@ -569,7 +569,7 @@ export class Editor extends React.Component { value={state.inputText} onBlur={props.toggleEditor} onChangeText={this.onChange} - selection={this.state.selection} + selection={Platform.OS=== 'ios' ? this.state.selection : null } selectionColor={"#000"} onSelectionChange={this.handleSelectionChange} placeholder={state.placeholder}