UNPKG

expo-updates

Version:

Fetches and manages remotely-hosted assets and updates to your app's JS bundle.

4 lines (3 loc) 264 B
import { ExpoConfig } from '@expo/config'; /** Wraps `[@expo/config] modifyConfigAsync()` and adds additional logging. */ export declare function attemptModification(projectRoot: string, edits: Partial<ExpoConfig>, exactEdits: Partial<ExpoConfig>): Promise<void>;