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/view/shell/Composer.ios.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/shell/Composer.ios.tsx') diff --git a/src/view/shell/Composer.ios.tsx b/src/view/shell/Composer.ios.tsx index bbb837f1f..18410bf39 100644 --- a/src/view/shell/Composer.ios.tsx +++ b/src/view/shell/Composer.ios.tsx @@ -34,6 +34,7 @@ export function Composer({}: {winHeight: number}) { mention={state?.mention} text={state?.text} imageUris={state?.imageUris} + videoUri={state?.videoUri} /> -- cgit 1.4.1