We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a98f00 commit 0ceccc8Copy full SHA for 0ceccc8
README.md
@@ -26,6 +26,14 @@ Edit the `info.plist` file in XCode and add the following permission : `NSCamera
26
27
Remember, this library uses your device camera, you can't run it on a simulator.
28
29
+### With Cocoapods
30
+
31
+If you want to use Cocoapods insteads of `react-native link`, add the following to your Podfile
32
33
+```
34
+ pod 'RNPdfScanner', :path => 'node_modules/react-native-document-scanner/ios'
35
36
37
38
## Usage
39
```javascript
0 commit comments