Home
last modified time | relevance | path

Searched refs:IBSplashScreenDocument (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwtihIosSplashScreenStoryboardImage.d.ts2 import { IBSplashScreenDocument } from './InterfaceBuilder';
5 …nction applySplashScreenStoryboard(obj: IBSplashScreenDocument, splash: IOSSplashConfig): IBSplash…
H A DwithIosSplashScreenStoryboard.d.ts2 import { IBSplashScreenDocument } from './InterfaceBuilder';
10 export declare const withIosSplashScreenStoryboard: ConfigPlugin<Mod<IBSplashScreenDocument>>;
14 export declare function getTemplateAsync(): Promise<IBSplashScreenDocument>;
H A DInterfaceBuilder.d.ts173 export type IBSplashScreenDocument = { alias
199 export declare function removeImageFromSplashScreen(xml: IBSplashScreenDocument, { imageName }: {
201 }): IBSplashScreenDocument;
202 export declare function applyImageToSplashScreenXML(xml: IBSplashScreenDocument, { imageName, conte…
205 }): IBSplashScreenDocument;
H A DwtihIosSplashScreenStoryboardImage.js.map1IBSplashScreenDocument,\n ImageContentMode,\n removeImageFromSplashScreen,\n} from './InterfaceB…
H A DwithIosSplashScreenStoryboard.js.map1IBSplashScreenDocument, toString } from './InterfaceBuilder';\n\nexport const STORYBOARD_FILE_PATH…
H A DInterfaceBuilder.js.map1IBSplashScreenDocument = {\n document: IBItem<\n {\n type: 'com.apple.InterfaceBuilder3.C…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreenStoryboard.ts6 import { IBSplashScreenDocument, toString } from './InterfaceBuilder';
18 export const withIosSplashScreenStoryboard: ConfigPlugin<Mod<IBSplashScreenDocument>> = (
37 [STORYBOARD_MOD_NAME]: BaseMods.provider<IBSplashScreenDocument>({
71 export async function getTemplateAsync(): Promise<IBSplashScreenDocument> {
H A DwtihIosSplashScreenStoryboardImage.ts5 IBSplashScreenDocument,
19 export function applySplashScreenStoryboard(obj: IBSplashScreenDocument, splash: IOSSplashConfig) {
H A DInterfaceBuilder.ts234 export type IBSplashScreenDocument = { alias
288 xml: IBSplashScreenDocument,
324 xml: IBSplashScreenDocument,
332 ): IBSplashScreenDocument {