react-native-ios-context-menu icon indicating copy to clipboard operation
react-native-ios-context-menu copied to clipboard

Menu dark mode.

Open imyuanx opened this issue 3 years ago • 3 comments

I have a basic menu. I cannot actively activate the dark mode, but it can successfully respond to the system dark mode. So can we actively activate the dark mode?

imyuanx avatar Aug 30 '22 03:08 imyuanx

i'm planning on implementing this on a future version — i just need to finish a few things first before I can begin working on it ✨

I'll close this issue once I'm done adding it

dominicstop avatar Aug 30 '22 07:08 dominicstop

Thanks for your excellent work!

imyuanx avatar Aug 30 '22 07:08 imyuanx

Controlled dark mode would be awesome @dominicstop, thanks for working on it!

nandorojo avatar Oct 02 '22 17:10 nandorojo

@nandorojo You can try using react-native-override-color-scheme

luoxuhai avatar Dec 13 '22 00:12 luoxuhai

Looks like dark mode works now. And I think you can override it as of RN 0.72 with Appearance from react-native directly.

https://reactnative.dev/docs/appearance#setcolorscheme

nandorojo avatar Oct 11 '23 20:10 nandorojo