💄 Example - Minor Changes

This commit is contained in:
Dominic Go 2022-07-10 17:36:31 +08:00
parent 4fcdcbdba5
commit c941032884

View File

@ -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',
}}