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

7 lines
379 B
TypeScript

import { SplashScreenImageResizeModeType } from '../constants';
/**
* @param androidMainPath Path to the main directory containing code and resources in Android project. In general that would be `android/app/src/main`.
*/
export default function configureDrawableXml(androidMainPath: string, config?: {
imageResizeMode?: SplashScreenImageResizeModeType;
}): Promise<void>;