How to change cursor position on TextInput? (react-native)

Viewed 6256

I can get cursor position using

onSelectionChange={(event) => console.log(event.nativeEvent.selection)}

But how to change it?

2 Answers
Related