react-native-material-menu icon indicating copy to clipboard operation
react-native-material-menu copied to clipboard

Pure JavaScript material menu component for React Native

Results 24 react-native-material-menu issues
Sort by recently updated
recently updated
newest added

The UI fails to start when I use v2.0.0.0 with Expo SDK 42. Version 1.2.0 works fine (except the known issue of menu not hiding). It's giving the following error:...

I am trying to create a scroll view with multiple cards and want to open pop menu when user click any card's dot but when i click on one card's...

Hi, I did not found any example to change the menu transition to "Top Left, Center, Bottom Left etc" in the documentation, is that really possible? ![68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f336f76396a55765148345538324a474e52432f67697068792e676966](https://user-images.githubusercontent.com/33473051/78960276-c5219c80-7b17-11ea-8e9e-4a2efb50c991.gif)

Hi, Please I have dynamic list, how can handle menu for each item of this list

enhancement

On the `hide()` method, when the `menuState` is being setted as `HIDDEN`, this was triggering the `_onMenuLayout()` method, so the `menuState` was immediately being setted to `ANIMATING`, which was causing...

Is there any way to set the position menu should be shown? I need to show the menu like the bottom item in the demo when the item in center...

Hey, I have my project based on native-base and run with expo. I have navigation bar on android (the one with home button) configured as white, but when I open...

Thank for this library. I'm trying to wrap the text inside MenuItem so the totality of it is shown, now it is cut. Here is my implementation: ```javascript return (...

On open menu keyboard is hiding. Please give some solutions so that both keyboard and menu can be visible at the same time

Hey guys I am trying to open Menu on more options on my list of cards on FlatList. But the menu is appearing on the left side of the card...