From 7ee67e4e7e10a808f8e885efea4caf0465ee9619 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 26 Sep 2024 12:37:51 -0700 Subject: [Share Extension] Move away from deprecated API, implement JS side of things (#5509) --- src/state/shell/composer/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state/shell/composer/index.tsx') diff --git a/src/state/shell/composer/index.tsx b/src/state/shell/composer/index.tsx index 8e12386bd..1c3aa6a81 100644 --- a/src/state/shell/composer/index.tsx +++ b/src/state/shell/composer/index.tsx @@ -38,6 +38,7 @@ export interface ComposerOpts { openEmojiPicker?: (pos: DOMRect | undefined) => void text?: string imageUris?: {uri: string; width: number; height: number; altText?: string}[] + videoUri?: string } type StateContext = ComposerOpts | undefined -- cgit 1.4.1