We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51db309 commit bee416aCopy full SHA for bee416a
1 file changed
index.md
@@ -250,6 +250,7 @@ In that case if you don't request camera permissions you get this error
250
Here's an example of how to request camera permissions.
251
252
```javascript
253
+{% raw %}
254
import React, { useState, useEffect } from 'react'
255
import { Platform, PermissionsAndroid, Image, Alert } from 'react-native'
256
import DocumentScanner from 'react-native-document-scanner-plugin'
@@ -289,6 +290,7 @@ export default () => {
289
290
/>
291
)
292
}
293
+{% endraw %}
294
```
295
296
## License
0 commit comments