You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
391 B
6 lines
391 B
import { ExpoConfig } from '@expo/config-types';
|
|
import { InfoPlist } from './IosConfig.types';
|
|
export declare const withRequiresFullScreen: import("..").ConfigPlugin<void>;
|
|
export declare function getRequiresFullScreen(config: Pick<ExpoConfig, 'ios' | 'sdkVersion'>): boolean;
|
|
export declare function setRequiresFullScreen(config: Pick<ExpoConfig, 'ios'>, infoPlist: InfoPlist): InfoPlist;
|