-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It's a generic question in the repo I see ColorSchemeName type defined as
type ColorSchemeName = 'light' | 'dark' | 'unspecified';
Question is shouldn't this be 'null' instead of 'unspecified'.
Documentation: https://reactnative.dev/docs/appearance#setcolorscheme
I am trying on 0.83 New Arch
Reactions are currently unavailable