标签: android react-native contextmenu react-native-text
我正在尝试修改在react-native中以<Text />可选择显示的上下文菜单。我想在js中专门做这件事。它应该选择多个单词,以便我可以使用这些单词进行api查询。
<Text />
还有其他使用java的解决方案 -
Disable EditText context menu
React Native | add option to Text context menu
Selection/Edit menu in React Native
但这些并不是很有帮助。