We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96688b7 commit 30269c6Copy full SHA for 30269c6
1 file changed
index.md
@@ -44,6 +44,7 @@ cd ios && pod install && cd ..
44
### Basic Example
45
46
```jsx
47
+{% raw %}
48
import React, { useState, useEffect } from 'react'
49
import { Image } from 'react-native'
50
import DocumentScanner from 'react-native-document-scanner-plugin'
@@ -75,6 +76,7 @@ export default () => {
75
76
/>
77
)
78
}
79
+{% endraw %}
80
```
81
82
Here's what this example looks like with several items
0 commit comments