[Video] Add dimension info to share intent (#5639)

This commit is contained in:
Hailey
2024-10-07 14:09:47 -07:00
committed by GitHub
parent 94e7bfbe40
commit ee25b89801
5 changed files with 47 additions and 14 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export interface ComposerOpts {
openEmojiPicker?: (pos: DOMRect | undefined) => void
text?: string
imageUris?: {uri: string; width: number; height: number; altText?: string}[]
videoUri?: string
videoUri?: {uri: string; width: number; height: number}
}
type StateContext = ComposerOpts | undefined