💫 Example - Update ContextMenuViewExample17

This commit is contained in:
Dominic Go 2022-01-08 05:11:00 +08:00
parent ebf3aa09dd
commit 55e6bc2386

View File

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