react-native-context-menu-view icon indicating copy to clipboard operation
react-native-context-menu-view copied to clipboard

Use native context menus in React Native

Results 27 react-native-context-menu-view issues
Sort by recently updated
recently updated
newest added

I have the following code structure for the flat list items: ``` {....} }} > onPress(item.id)}> ... ``` When I tap on an item and hold it then everything is...

bug

Tried all libraries, love this the most. But without a custom ID property, it is almost impossible to manage a dynamic list easily when on press. Therefore added custom ID.

Hey @mpiannucci Would like to preface this with saying that this is an amazing library, works really neat for my use cases! Since the iOS side basically hooks up into...

- Add background color change - Add android system icons - Add text color change

Thanks for creating such a simple to use library! I really appreciate it. Is there a way to support active items in the menus? The ones with checkmarks, line on...

Hi, thanks you very very great and useful library, im using it's and it's display very great with IOS Now i want to implement some react button, like message app,...

i just want custom icon........ help me.....

enhancement

Is it possible to add support for ActionSheet for versions below iOS 12 within the library itself?

help wanted

Hi @mpiannucci I really appreciate the amazing effort you put into this great library. Right Now, I’m facing an issue with RTL for iOS devices only

bug

When there is a ContextMenu in which there is a Pressable component, after releasing a finger long press Pressable or TouchebleOpacity is triggered, which is inside Platform: Only Android. **Example...

bug