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

A react-native component to use context menu's (UIMenu) on iOS 13/14+

Results 54 react-native-ios-context-menu issues
Sort by recently updated
recently updated
newest added

Not sure if the maintainers needs it, but just want to show my apperciation, even without documentation, the examples are comprehensive, the library is high quality. Would love to setup...

I recently updated `react-native-ios-context-menu` and noticed the behavior is not the same as before. I have a list of cards and when you click it it navigate to the associated...

Fixed links to full examples Thank you for the awesome library!

### Description A lot of our users experience such crash right on application start when the list of items with Context menu becomes visible: Crashed: com.apple.main-thread 0 libswiftCore.dylib 0x390994 swift::TargetMetadata::getTypeContextDescriptor()...

``` Could not find a declaration file for module 'react-native-ios-context-menu'. '/***/node_modules/react-native-ios-context-menu/lib/commonjs/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/react-native-ios-context-menu` if it exists or add a new declaration (.d.ts)...

Apple docs: https://developer.apple.com/documentation/uikit/uicontextmenuconfiguration/elementorder/priority We should add an `elementOrderPriority: 'automatic' | 'fixed'` to the menu. Currently, only `automatic` is supported. As a result, the menu item order changes based on where...

The package [issue (react-native-ios-utilities)](https://github.com/dominicstop/react-native-ios-utilities/issues/19) cannot be used due to a dependency issue related to React Native 0.78.0. This issue makes the package incompatible and prevents it from functioning properly. Has...

![Image](https://github.com/user-attachments/assets/69417309-9857-420b-b698-953dec095504) When I tested your reproducer with `

Is there a way to reduce/remove blur/shadow on the context menu when you tap and hold?

Everything works as expected on iOS, but when I click on the button on Android nothing happens. I don't see anything in the docs to explain this. Any guidance? Here...