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 5e3a77c commit 57850d5Copy full SHA for 57850d5
example/ios/Podfile
@@ -7,7 +7,7 @@ install! 'cocoapods', :deterministic_uuids => false
7
target 'example' do
8
# PDFTron
9
use_frameworks!
10
- pod 'PDFNet', podspec: 'https://pdftron.com/downloads/ios/react-native/latest.podspec'
+ pod 'PDFNet', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec'
11
pod 'RNPdftron', :path => '../node_modules/react-native-pdftron'
12
config = use_native_modules!
13
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-pdftron",
3
"title": "React Native Pdftron",
4
- "version": "3.0.4-22",
+ "version": "3.0.4-23",
5
"description": "React Native Pdftron",
6
"main": "./lib/index.js",
"typings": "index.ts",
0 commit comments