nandorojo / zeego

Menus for React (Native) done right.
https://zeego.dev
MIT License
1.68k stars 45 forks source link

Android ContextMenu is opening to the left #83

Open TamasFarago opened 7 months ago

TamasFarago commented 7 months ago

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?

Yusuf-Munir commented 2 weeks ago

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.