Reputation: 396
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:
Is it possible in react native (maybe with free or paid extension) ?
Upvotes: 1
Views: 2036
Reputation: 53
Have you tried React Native Selectable Text? found here.
repo: https://github.com/Astrocoders/react-native-selectable-text
Upvotes: 1