UNPKG

expo-updates

Version:

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

8 lines (7 loc) 249 B
type Options = { certificateInput: string; keyInput: string; keyid: string | undefined; }; export declare function configureCodeSigningAsync(projectRoot: string, { certificateInput, keyInput, keyid }: Options): Promise<void>; export {};