Skip to content

Commit 145075b

Browse files
committed
add raw tag
1 parent 51db309 commit 145075b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export default () => {
7070
return (
7171
<Image
7272
resizeMode="contain"
73-
style={{ width: '100%', height: '100%' }}
74-
source={{ uri: scannedImage }}
73+
style=<!-- {% raw %} -->{{ width: '100%', height: '100%' }}<!-- {% endraw %} -->
74+
source=<!-- {% raw %} -->{{ uri: scannedImage }}<!-- {% endraw %} -->
7575
/>
7676
)
7777
}

0 commit comments

Comments
 (0)