Home
last modified time | relevance | path

Searched refs:BaseOpenInCustomProps (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/
H A DApplePlatformManager.ts5 import { BaseOpenInCustomProps, PlatformManager } from '../PlatformManager';
33 | { runtime: 'custom'; props?: Partial<BaseOpenInCustomProps> },
46 props?: Partial<BaseOpenInCustomProps>
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidPlatformManager.ts6 import { BaseOpenInCustomProps, BaseResolveDeviceProps, PlatformManager } from '../PlatformManager';
8 interface AndroidOpenInCustomProps extends BaseOpenInCustomProps {
/expo/packages/@expo/cli/src/start/platforms/
H A DPlatformManager.ts14 export interface BaseOpenInCustomProps { interface
29 IOpenInCustomProps extends BaseOpenInCustomProps = BaseOpenInCustomProps,
/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts15 BaseOpenInCustomProps,
406 launchProps: Partial<BaseOpenInCustomProps> = {},