menu icon indicating copy to clipboard operation
menu copied to clipboard

Changing the color of the menu background

Open JStalnakerNYC opened this issue 3 years ago • 2 comments

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?

JStalnakerNYC avatar Apr 07 '22 14:04 JStalnakerNYC

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

pugson avatar Jan 03 '23 20:01 pugson

forcing whole app color scheme is not a solution.

anybody know how to toggle the color scheme of the menu ?

ice-cap0 avatar Jul 11 '23 15:07 ice-cap0