nandorojo / zeego

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

Ability to change menu theme on android #78

Open Cleover opened 4 months ago

Cleover commented 4 months ago
  1. Is it possible to change the DropdownMenu's theme on android? Currently it renders as a white background regardless of the device theme, but as far as I can tell androids native menus supports themes. https://developer.android.com/develop/ui/views/components/menus https://developer.android.com/develop/ui/views/theming/themes

Unsure how extensive this is, but it would be nice to be able to change the background / text colour.

  1. I’m unsure if this is considered native but is it possible to round the edges of android menus? https://stackoverflow.com/questions/53964594/how-do-i-make-the-rounded-corners-of-the-menu-in-the-toolbar

  2. Is it possible to force a theme on iOS (for dark/light) rather than defaulting to the system?

  3. Should dividers be visible on android? As far as I can tell they do exist on android but the DropdownMenu’s item groups don’t seem to have the separator.

'Cheers

nandorojo commented 4 months ago

All depends on what the upstream menu library allows