Update index.d.ts

This commit is contained in:
vinitsood
2019-03-07 22:38:47 +01:00
committed by GitHub
parent b809f105b5
commit e19962e533

View File

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