From c18f3fb50055c71dfd3af01e91648af5b8d441d6 Mon Sep 17 00:00:00 2001 From: Tina Roh Date: Wed, 13 Jun 2018 18:01:12 -0700 Subject: [PATCH] Fix typo lignt -> light --- types/expo/index.d.ts | 2 +- types/expo/v26/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/expo/index.d.ts b/types/expo/index.d.ts index d20b5ec87b..952cd4a086 100644 --- a/types/expo/index.d.ts +++ b/types/expo/index.d.ts @@ -900,7 +900,7 @@ export namespace Constants { }; appKey?: string; androidStatusBar?: { - barStyle?: 'lignt-content' | 'dark-content', + barStyle?: 'light-content' | 'dark-content', backgroundColor?: string }; androidShowExponentNotificationInShellApp?: boolean; diff --git a/types/expo/v26/index.d.ts b/types/expo/v26/index.d.ts index b436d5987a..f1641ea643 100644 --- a/types/expo/v26/index.d.ts +++ b/types/expo/v26/index.d.ts @@ -898,7 +898,7 @@ export namespace Constants { }; appKey?: string; androidStatusBar?: { - barStyle?: 'lignt-content' | 'dark-content', + barStyle?: 'light-content' | 'dark-content', backgroundColor?: string }; androidShowExponentNotificationInShellApp?: boolean;