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; } /**