Type Alias: ThumbnailOptions
ThumbnailOptions =
object
Defined in: ExpoQuickLook.types.ts:57
Options for generating a thumbnail image of a file.
Platform
ios
Properties
scale?
optionalscale?:number
Defined in: ExpoQuickLook.types.ts:63
Scale factor for the thumbnail (e.g. 2 for @2x). Defaults to the device scale.
size
size:
object
Defined in: ExpoQuickLook.types.ts:61
Desired thumbnail dimensions in points.
height
height:
number
width
width:
number
uri
uri:
string
Defined in: ExpoQuickLook.types.ts:59
Absolute path to a local file to generate a thumbnail for. Remote URLs are not supported.