menu
menu copied to clipboard
Changing the color of the menu background
I am working with both Android and iOS platforms for my project. When I set my device to dark mode with iOS it automatically changes the menu background accordingly. However, Android does not. Is there a programmatic way to set the background color of the menu in Android and iOS?
Adding to this issue — is there a way to force the menu to always render in dark mode on iOS even when device appearance is set to light?
Update: Can be achieved by forcing dark mode on the whole app using https://github.com/plumvillage/react-native-override-color-scheme
forcing whole app color scheme is not a solution.
anybody know how to toggle the color scheme of the menu ?