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

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?

Open ilhamsa1 opened this issue 5 years ago • 3 comments

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

ilhamsa1 avatar Apr 10 '20 03:04 ilhamsa1

I am also looking for the same.

ansarikhurshid786 avatar Apr 11 '20 18:04 ansarikhurshid786

Simply put the Menu in an absolutely positioned View.

<View style={{ position: 'absolute', right: 0, top: 0 }}>
    <Menu ref={c => menuRef = c}>
    </Menu>
</View>

jordangrant avatar Sep 18 '20 07:09 jordangrant

my one menu triggers all the menu available in one window

ghost avatar Nov 03 '21 13:11 ghost