Skip to content

Commit 0ceccc8

Browse files
committed
Updated README for adding via cocoapods
1 parent 3a98f00 commit 0ceccc8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Edit the `info.plist` file in XCode and add the following permission : `NSCamera
2626

2727
Remember, this library uses your device camera, you can't run it on a simulator.
2828

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+
2937

3038
## Usage
3139
```javascript

0 commit comments

Comments
 (0)