Skip to content

Commit 30269c6

Browse files
committed
use raw
1 parent 96688b7 commit 30269c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cd ios && pod install && cd ..
4444
### Basic Example
4545

4646
```jsx
47+
{% raw %}
4748
import React, { useState, useEffect } from 'react'
4849
import { Image } from 'react-native'
4950
import DocumentScanner from 'react-native-document-scanner-plugin'
@@ -75,6 +76,7 @@ export default () => {
7576
/>
7677
)
7778
}
79+
{% endraw %}
7880
```
7981

8082
Here's what this example looks like with several items

0 commit comments

Comments
 (0)