Omer Faruk KAYA
Omer Faruk KAYA

Reputation: 396

Select text and show customized menu instead of default context menu

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) ?

Upvotes: 1

Views: 2036

Answers (1)

ALLIGAT0R_BL00D
ALLIGAT0R_BL00D

Reputation: 53

Have you tried React Native Selectable Text? found here.

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

Upvotes: 1

Related Questions