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

Menu and MenuController documentation #14

Closed
sidalihallak opened this issue Aug 3, 2016 · 1 comment
Closed

Menu and MenuController documentation #14

sidalihallak opened this issue Aug 3, 2016 · 1 comment

Comments

@sidalihallak
Copy link

No description provided.

@xotahal
Copy link
Owner

xotahal commented Sep 9, 2016

We don't need a menu anymore. You can use native one.

This is implementation from Toolbar.js

        UIManager.showPopupMenu(
            findNodeHandle(this.refs.menu),
            labels,
            () => {},
            (result, index) => onRightElementPress({ action: 'menu', result, index })
        );

@xotahal xotahal closed this as completed Sep 9, 2016
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

2 participants