-
-
Notifications
You must be signed in to change notification settings - Fork 212
[ BUG ] Dropdown not working in headerRight #364
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
Comments
Hey @aramis-it , it seems like you found the fix from your comment here: #302 (comment) If you are having a problem with the onPressIn for the dropdown-menu, you can trigger it programmatically as shown here: https://rnr-docs.vercel.app/getting-started/common-patterns/#programmatically-showing-and-hiding-components |
Hi, I can't show my dropdown menu on headerRight even with onPressIn. Button is pressed as I see my test log, and the button response seems to tell that dropdown is actually showing somewhere (react dev tools shows menu components). Maybe it's showing outside screen...
HeaderMenu
|
It is working it just offscreen by the screen height. It does seem like a bug, I fixed it by manually setting the position of the ContentMenu for native.
|
The text was updated successfully, but these errors were encountered: