UNPKG

expo-updates

Version:

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

4 lines (3 loc) 270 B
import * as Fingerprint from 'expo/fingerprint'; import { Workflow } from './workflow'; export declare function createFingerprintAsync(projectRoot: string, platform: 'ios' | 'android', workflow: Workflow, options: Fingerprint.Options): Promise<Fingerprint.Fingerprint>;