We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ea70c commit 1ea97d4Copy full SHA for 1ea97d4
package/expo-package/src/optionalDependencies/getPhotos.ts
@@ -59,6 +59,7 @@ export const getPhotos = MediaLibrary
59
duration: asset.duration * 1000,
60
height: asset.height,
61
name: asset.filename,
62
+ size: 0,
63
thumb_url: asset.mediaType === 'photo' ? undefined : asset.uri,
64
type: mimeType,
65
uri: localUri || asset.uri,
0 commit comments