react-native-context-menu-view
react-native-context-menu-view copied to clipboard
Use native context menus in React Native
please allow an option the set the shadow
Hello, Thanks a lot for this library, it's been a pleasure to use. With that, I'd like to request support for a `doubleTapToOpen` prop or something similar to support opening...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
According to the [Material Design spec](https://m3.material.io/components/menus/specs), a trailing icon is supported. Would it be possible to add this option? My motivation is to be able to support the `selected` option...
I have an app where the user can select if they want to use dark mode, light mode or system. When system is selected, then whatever the phone is set...
RN 0.74.1 Content of context menu is highlighted with orange. On Android it tappable only on the top border (1-3px) of orange area. On iOS everything is fine. Any idea...
Hello. Thank you for great library first, very helpful for me. But I have some troubles with using my icons. Could you please revise example with custom icons use? Your...
``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'boolean android.view.ViewParent.showContextMenuForChild(android.view.View, float, float)' on a null object reference at android.view.View.showContextMenu(View.java:7739) at com.mpiannucci.reactnativecontextmenu.ContextMenuView$1.onSingleTapConfirmed(ContextMenuView.java:56) at android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:333) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:211) at android.os.Looper.loop(Looper.java:300)...
Since React Native version 0.75, the minimum Gradle version has been increased to 8.7.0. With this change, certain items in build.gradle have been marked as deprecated: > Configure project :react-native-context-menu-view...
Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.15.0 to 1.16.2. Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in html while redirecting (expressjs/serve-static#173) New Contributors @UlisesGascon made their first contribution...