Could anybody tell me how to disable cut/copy/paste fucntionality in TextInput in react native? I tried used
contextMenuHidden={true}, editable={false}, selectTextOnFocus={false}, contextMenuHidden={true}
but nothing to helped me. Only caretHidden={true}
helped me, but I need cursor visibele, so I can't use caretHidden={true}
. Have anybody any ideas for disable cut/copy/paste but with saving visible cursor?