Searched defs:ConfigPlugin (Results 1 – 2 of 2) sorted by relevance
70 export type ConfigPlugin<Props = void> = (config: ExpoConfig, props: Props) => ExpoConfig; alias
91 export type ConfigPlugin<Props = void> = (config: ExpoConfig, props: Props) => ExpoConfig; alias