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 69ccbc3 commit c2864c1Copy full SHA for c2864c1
packages/react-native/types/modules/LaunchScreen.d.ts
@@ -12,7 +12,15 @@
12
declare module 'react-native/Libraries/NewAppScreen' {
13
export const Header: any;
14
export const LearnMoreLinks: any;
15
- export const Colors: any;
+ export const Colors: {
16
+ primary: string;
17
+ white: string;
18
+ lighter: string;
19
+ light: string;
20
+ dark: string;
21
+ darker: string;
22
+ black: string;
23
+ };
24
export const DebugInstructions: any;
25
export const ReloadInstructions: any;
26
}
0 commit comments