mxck / react-native-material-menu

Pure JavaScript material menu component for React Native
MIT License
520 stars 92 forks source link

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? #89

Open ilhamsa1 opened 4 years ago

ilhamsa1 commented 4 years ago

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

ansarikhurshid786 commented 4 years ago

I am also looking for the same.

jordangrant commented 4 years ago

Simply put the Menu in an absolutely positioned View.

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

my one menu triggers all the menu available in one window