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 7d3cb3f commit bb18665Copy full SHA for bb18665
ios/cocoapods.md
@@ -27,9 +27,8 @@ Lets create a simple app that integrates `PSPDFKit.framework` using CocoaPods.
27
11. Go back to the Terminal, `cd ios` then run `pod init`
28
12. Replace the content of your newly created `Podfile` with this:
29
30
-```
+```Podfile
31
target 'YourApp' do
32
- # Native Navigation uses Swift, so this line is required!
33
use_frameworks!
34
35
pod 'react-native-pspdfkit', :path => '../node_modules/react-native-pspdfkit'
0 commit comments