UNPKG

expo-dev-client

Version:
11 lines (10 loc) 406 B
import type { PluginConfigType } from 'expo-dev-launcher/plugin/build/pluginConfig'; export type DevClientPluginConfigType = PluginConfigType & { /** * Whether to register a custom URL scheme to open a project. * @default true */ addGeneratedScheme?: boolean; }; declare const _default: import("expo/config-plugins").ConfigPlugin<DevClientPluginConfigType>; export default _default;