I am trying to modify context menu that pops up when user long press on text. I want to add additional items over there. I like to do this on react-native only. But any solution in java would be also appreciable. Through java it can be set through view only and I dont have idea how to get js view and use that. This context menu should come for specific components only( if you get that , otherwise not necessary).
Here is similar question from stackoverflow, if it might help.
modify context menu