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