From c9410328840cd36a458c042c08bcbfa888d6ffe2 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Sun, 10 Jul 2022 17:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Example=20-=20Minor=20Changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/src/examples/ContextMenuAuxPreviewExample06.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/src/examples/ContextMenuAuxPreviewExample06.tsx b/example/src/examples/ContextMenuAuxPreviewExample06.tsx index d010c28..575c014 100644 --- a/example/src/examples/ContextMenuAuxPreviewExample06.tsx +++ b/example/src/examples/ContextMenuAuxPreviewExample06.tsx @@ -21,6 +21,10 @@ export function ContextMenuAuxPreviewExample06(props: ContextMenuExampleProps) { }], }} auxiliaryPreviewConfig={{ + // Configure the aux. preview to use the entire width of + // the screen... + // + // 📝 Note: By default, this is set to: `stretchPreview` alignmentHorizontal: 'stretchScreen', transitionEntranceDelay: 'RECOMMENDED', }}