callstack / react-native-paper

Material Design for React Native (Android & iOS)
https://reactnativepaper.com
MIT License
12.37k stars 2.04k forks source link

How to disable Context menu in Android #4406

Closed Punit-Wemotive closed 5 days ago

Punit-Wemotive commented 2 weeks ago

contextMenuHidden in android not working, I want to disable cut and copy options

jcubic commented 5 days ago

It seems that this is an issue with React Native, replacing TextInput from React Native Paper with React Native TextInput gives exact same result.

I suggest reporting the issue to React Native project.