react-native-material-menu
react-native-material-menu copied to clipboard
Pure JavaScript material menu component for React Native
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? 
Hi, Please I have dynamic list, how can handle menu for each item of this list
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...