nandorojo / zeego

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

Android ContextMenu is opening to the left #83

Open TamasFarago opened 2 months ago

TamasFarago commented 2 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?