GT2/Ejectable/node_modules/@expo/configure-splash-screen/build/android/MainActivity.d.ts

11 lines
375 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
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>;