UNPKG

@expo/prebuild-config

Version:
7 lines (6 loc) 401 B
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;