You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the ContextMenu component from the library and I faced an issue where the menu opens to the left side of the screen. Is it possible to change this and open in the middle or on the right side?
I see that in the @react-native-menu/menu library you can set the isAnchoredToRight property. Is there any way to use that in this package?
The text was updated successfully, but these errors were encountered:
Having the same issue. I have a + button in the centre of my tab bar and on iOS it opens the context menu in the centre, but on Android it opens it to the right.
I'm trying to use the ContextMenu component from the library and I faced an issue where the menu opens to the left side of the screen. Is it possible to change this and open in the middle or on the right side?
I see that in the
@react-native-menu/menu
library you can set theisAnchoredToRight
property. Is there any way to use that in this package?The text was updated successfully, but these errors were encountered: