1

I am trying to make a book application in React Native. I want that make text selectable but don't want to show default context menu (copy, select all etc). Instead, I want to show a horizontal menu with icons like that:

React Native Context Menu

Is it possible in react native (maybe with free or paid extension) ?

Omer Faruk KAYA
  • 342
  • 2
  • 10

1 Answers1

1

Have you tried React Native Selectable Text? found here.

repo: https://github.com/Astrocoders/react-native-selectable-text