We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51db309 commit 145075bCopy full SHA for 145075b
1 file changed
index.md
@@ -70,8 +70,8 @@ export default () => {
70
return (
71
<Image
72
resizeMode="contain"
73
- style={{ width: '100%', height: '100%' }}
74
- source={{ uri: scannedImage }}
+ style=<!-- {% raw %} -->{{ width: '100%', height: '100%' }}<!-- {% endraw %} -->
+ source=<!-- {% raw %} -->{{ uri: scannedImage }}<!-- {% endraw %} -->
75
/>
76
)
77
}
0 commit comments