GT2/Ejectable/node_modules/@expo/configure-splash-screen/build/android/MainActivity.d.ts
2021-08-16 00:14:59 +00:00

10 lines
375 B
TypeScript

import { SplashScreenImageResizeModeType } from '../constants';
/**
* Injects specific code to MainActivity that would trigger SplashScreen mounting process.
*/
export default function configureMainActivity(projectRootPath: string, config?: {
imageResizeMode?: SplashScreenImageResizeModeType;
statusBar?: {
translucent?: boolean;
};
}): Promise<void>;