I'm building an epub reader (using this package: https://github.com/victorsoares96/epubjs-react-native), and I want to create a custom text selector with context menu in my application.
The text selector context menu should have a copy option and add an option that calls a javascript function(like a highlight function, for example). I'm building an react-native app.
I don't find the answer anywhere.
Can someone help me?
I want to creat something like this:
I don't know java, just javascript, react, react-native and redux...