From e19962e533e61a8e79ea27ba3dd1958a24317bbd Mon Sep 17 00:00:00 2001 From: vinitsood Date: Thu, 7 Mar 2019 22:38:47 +0100 Subject: [PATCH] Update index.d.ts --- types/expo/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/expo/index.d.ts b/types/expo/index.d.ts index 544db39e67..2752410316 100644 --- a/types/expo/index.d.ts +++ b/types/expo/index.d.ts @@ -203,7 +203,7 @@ export interface AppLoadingProps { onError?: (error: Error) => void; /** Whether to hide the native splash screen as soon as you unmount the AppLoading component. */ - autoHideSplash?: boolean + autoHideSplash?: boolean; } /**