From c74507def2a630190d047ca470db19f398985013 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Tue, 14 Jun 2022 21:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update:=20Example=20-=20`Context?= =?UTF-8?q?MenuViewExample19`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/examples/ContextMenuViewExample19.tsx | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/example/src/examples/ContextMenuViewExample19.tsx b/example/src/examples/ContextMenuViewExample19.tsx index d744fa0..58a6cd8 100644 --- a/example/src/examples/ContextMenuViewExample19.tsx +++ b/example/src/examples/ContextMenuViewExample19.tsx @@ -25,23 +25,17 @@ export function ContextMenuViewExample19(props: ContextMenuExampleProps) { actionTitle: 'Action #3', }], }} - auxiliaryPreviewConfig={{ - height: 50, - alignmentHorizontal: 'previewLeading', - }} renderAuxillaryPreview={() => ( - - - Hello - - + + Hello World + )} onPressMenuItem={({nativeEvent}) => {