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