UNPKG

expo-updates

Version:

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

9 lines (8 loc) 352 B
type Options = { certificateValidityDurationYears: number; keyOutput: string; certificateOutput: string; certificateCommonName: string; }; export declare function generateCodeSigningAsync(projectRoot: string, { certificateValidityDurationYears, keyOutput, certificateOutput, certificateCommonName }: Options): Promise<void>; export {};