Searched refs:IBSplashScreenDocument (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | wtihIosSplashScreenStoryboardImage.d.ts | 2 import { IBSplashScreenDocument } from './InterfaceBuilder'; 5 …nction applySplashScreenStoryboard(obj: IBSplashScreenDocument, splash: IOSSplashConfig): IBSplash…
|
| H A D | withIosSplashScreenStoryboard.d.ts | 2 import { IBSplashScreenDocument } from './InterfaceBuilder'; 10 export declare const withIosSplashScreenStoryboard: ConfigPlugin<Mod<IBSplashScreenDocument>>; 14 export declare function getTemplateAsync(): Promise<IBSplashScreenDocument>;
|
| H A D | InterfaceBuilder.d.ts | 173 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 D | wtihIosSplashScreenStoryboardImage.js.map | 1 …IBSplashScreenDocument,\n ImageContentMode,\n removeImageFromSplashScreen,\n} from './InterfaceB…
|
| H A D | withIosSplashScreenStoryboard.js.map | 1 …IBSplashScreenDocument, toString } from './InterfaceBuilder';\n\nexport const STORYBOARD_FILE_PATH…
|
| H A D | InterfaceBuilder.js.map | 1 …IBSplashScreenDocument = {\n document: IBItem<\n {\n type: 'com.apple.InterfaceBuilder3.C…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashScreenStoryboard.ts | 6 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 D | wtihIosSplashScreenStoryboardImage.ts | 5 IBSplashScreenDocument, 19 export function applySplashScreenStoryboard(obj: IBSplashScreenDocument, splash: IOSSplashConfig) {
|
| H A D | InterfaceBuilder.ts | 234 export type IBSplashScreenDocument = { alias 288 xml: IBSplashScreenDocument, 324 xml: IBSplashScreenDocument, 332 ): IBSplashScreenDocument {
|