I can get cursor position using
onSelectionChange={(event) => console.log(event.nativeEvent.selection)}
But how to change it?
I can get cursor position using
onSelectionChange={(event) => console.log(event.nativeEvent.selection)}
But how to change it?