yeet
This commit is contained in:
17
node_modules/@expo/configure-splash-screen/build/android/Styles.xml.d.ts
generated
vendored
Normal file
17
node_modules/@expo/configure-splash-screen/build/android/Styles.xml.d.ts
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
import { Color } from '../SplashScreenConfig';
|
||||
import { SplashScreenStatusBarStyleType } 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 configureStylesXml(androidMainPath: string, config?: {
|
||||
statusBar?: {
|
||||
style?: SplashScreenStatusBarStyleType;
|
||||
hidden?: boolean;
|
||||
backgroundColor?: Color;
|
||||
};
|
||||
darkMode?: {
|
||||
statusBar?: {
|
||||
style?: SplashScreenStatusBarStyleType;
|
||||
};
|
||||
};
|
||||
}): Promise<void>;
|
Reference in New Issue
Block a user