expo-dev-client
Version:
Expo Development Client
5 lines (4 loc) • 325 B
TypeScript
import type { ExpoConfig } from 'expo/config';
import { type ConfigPlugin, type InfoPlist, IOSConfig } from 'expo/config-plugins';
export declare const withGeneratedIosScheme: ConfigPlugin;
export declare function setGeneratedIosScheme(config: Pick<ExpoConfig, 'scheme' | 'slug'>, infoPlist: InfoPlist): IOSConfig.InfoPlist;