We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518fb34 commit 8c61300Copy full SHA for 8c61300
1 file changed
packages/react-native/Libraries/Utilities/Appearance.d.ts
@@ -9,7 +9,7 @@
9
10
import {NativeEventSubscription} from '../EventEmitter/RCTNativeAppEventEmitter';
11
12
-type ColorSchemeName = 'light' | 'dark' | 'unspecified';
+type ColorSchemeName = 'light' | 'dark' | null;
13
14
export namespace Appearance {
15
type AppearancePreferences = {
0 commit comments