yeet
This commit is contained in:
10
node_modules/@expo/configure-splash-screen/build/android/MainActivity.d.ts
generated
vendored
Normal file
10
node_modules/@expo/configure-splash-screen/build/android/MainActivity.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
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>;
|
Reference in New Issue
Block a user