Skip to content

DeviceAssetInfo — @gj-kit/expo-media

A public type from @gj-kit/expo-media. The signature below is taken directly from the 0.6.1 release declaration.

import { DeviceAssetInfo } from '@gj-kit/expo-media';
type DeviceAssetInfo = {
/** 앱 컨테이너 밖(iOS Photos 컨테이너)일 수 있다 — core가 캐시로 실체화한다(§7 하드닝 2). */
readonly localUri?: string | undefined;
readonly uri?: string | undefined;
readonly exif?: Readonly<Record<string, unknown>> | undefined;
/** true면 원본이 iCloud에만 있다. core 기본 정책은 여기서 중단(§7 하드닝 6). */
readonly isNetworkAsset: boolean;
};

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/expo-media
  • Version: 0.6.1
  • Public entry: .
  • Source: GitHub