@expo/prebuild-config
Version:
Get the prebuild config
7 lines (6 loc) • 401 B
TypeScript
import type { ConfigPlugin, ExportedConfigWithProps, AndroidConfig } from '@expo/config-plugins';
import type { ExpoConfig } from '@expo/config-types';
export type ResourceXMLConfig = ExportedConfigWithProps<AndroidConfig.Resources.ResourceXML>;
export declare const withEdgeToEdge: ConfigPlugin;
export declare function applyEdgeToEdge(config: ExpoConfig): ExpoConfig;
export default withEdgeToEdge;