react-native-context-menu-view
react-native-context-menu-view copied to clipboard
Use native context menus in React Native
When wrapping Pressables (``, ``, ...) with a context menu, the entire JS responder system will fail/crash once you open the context menu once. In other words, your entire screen...
Hi there, thanks for the great library. I have a `TouchableOpacity` nested inside `ContextMenu` that's absolutely positioned to fall 50% outside of the view, as depicted in this screenshot (notice...
Tracking issue for migrating the package to use the New Module Architecture: https://github.com/reactwg/react-native-new-architecture/blob/main/docs/enable-libraries-prerequisites.md **UPDATE 8/8/2024**: After testing the example app in new architecture mode the library seems to work ok....
I have same problem: `Invariant Violation: requireNativeComponent: "ContextMenu" was not found in the UIManager` Stacktrace: ``` This error is located at: in ContextMenu (created by ContextMenu) in ContextMenu (created by...
Right now, if you want the context menu to appear, you have to use a `longPress` to get it to pop up. This ultimately results in you needing to add...
Is there any way to change the background and the text color of the ContextMenu on Android? In IOS it is automatically changed when switching to light/dark mode.
When using this component I encounter the following error: ios works fine but android gives error. I've tried: Restarting computer Re-adding and re installing with yarn (I don't use npm)...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
Would it be possible to only render the `preview` component, when the user opens the action menu (the component becomes visible)? I'm currently developing a notes like app, where I...
### Issue Description I am encountering an issue with `react-native-context-menu-view` where the animation does not reset back to its original position after the context menu is dismissed. This issue is...