Fix typo lignt -> light

This commit is contained in:
Tina Roh
2018-06-13 18:01:12 -07:00
parent a6c21fe750
commit c18f3fb500
2 changed files with 2 additions and 2 deletions

View File

@@ -900,7 +900,7 @@ export namespace Constants {
};
appKey?: string;
androidStatusBar?: {
barStyle?: 'lignt-content' | 'dark-content',
barStyle?: 'light-content' | 'dark-content',
backgroundColor?: string
};
androidShowExponentNotificationInShellApp?: boolean;

View File

@@ -898,7 +898,7 @@ export namespace Constants {
};
appKey?: string;
androidStatusBar?: {
barStyle?: 'lignt-content' | 'dark-content',
barStyle?: 'light-content' | 'dark-content',
backgroundColor?: string
};
androidShowExponentNotificationInShellApp?: boolean;