2

I am working on a react native app. in one page of it I wan't to make a highlighting option like the following picture enter image description here

but I can't customize the text popover to reach this behavior,

after many trials I reached the following result

enter image description here

Any idea how to add highlighting functionality?

Community
  • 1
  • 1
Peter Wilson
  • 4,150
  • 3
  • 35
  • 62
  • 2
    I don't think there's an existing package for this. You will probably have to write an own native module using the WebView approach: https://stackoverflow.com/questions/46176395/how-to-override-web-view-text-selection-menu-in-android – Jonas Feb 11 '18 at 22:21
  • @Peter Wilson any luck on identifying the package, I am also looking for a similar requirement in react native. Is something available now? – kishorekumaru Jan 04 '19 at 02:57

2 Answers2

0

Try using react-native-highlight-words library . Might be it solves your problem

Zabih Ullah
  • 575
  • 5
  • 14
0

Just use a webview and use the injectedJavaScript prop