From 55e6bc2386fde1a91e4c2f91e33d3ccc2abe09ea Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Sat, 8 Jan 2022 05:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Example=20-=20Update=20`ContextM?= =?UTF-8?q?enuViewExample17`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/src/examples/ContextMenuViewExample17.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/src/examples/ContextMenuViewExample17.tsx b/example/src/examples/ContextMenuViewExample17.tsx index 3673aa1..6418058 100644 --- a/example/src/examples/ContextMenuViewExample17.tsx +++ b/example/src/examples/ContextMenuViewExample17.tsx @@ -24,6 +24,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) { }, imageOptions: { tint: 'blue', + renderingMode: 'alwaysOriginal', }, }, }, { @@ -37,6 +38,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) { }, imageOptions: { tint: 'rgb(218,165,32)', + renderingMode: 'alwaysOriginal', }, }, }, { @@ -50,6 +52,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) { }, imageOptions: { tint: '#FF1493', + renderingMode: 'alwaysOriginal', }, }, }, { @@ -63,6 +66,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) { }, imageOptions: { tint: 'rgba(124,252,0,0.5)', + renderingMode: 'alwaysOriginal', }, }, }]