Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Apr 10, 2020 · 3 comments

Comments

@ilhamsa1
Copy link

ilhamsa1 commented Apr 10, 2020

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
Copy link

I am also looking for the same.

@jordangrant
Copy link

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
Copy link

ghost commented Nov 3, 2021

my one menu triggers all the menu available in one window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants