File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ The [PSPDFKit SDK](https://pspdfkit.com/) is a framework that allows you to view
2727
2828#### Requirements
2929
30- - Xcode 10.2
31- - PSPDFKit 8.2.3 for iOS or later
32- - react-native >= 0.57.8
30+ - Xcode 10.2.1
31+ - PSPDFKit 8.4.0 for iOS or later
32+ - react-native >= 0.59.9
3333
3434#### Getting Started
3535
@@ -79,10 +79,10 @@ import {
7979 View
8080} from " react-native" ;
8181
82- var PSPDFKit = NativeModules .PSPDFKit ;
82+ const PSPDFKit = NativeModules .PSPDFKit ;
8383PSPDFKit .setLicenseKey (" YOUR_LICENSE_KEY_GOES_HERE" );
8484
85- export default class App extends Component < {} > {
85+ export default class App extends Component < Props > {
8686 _onPressButton () {
8787 PSPDFKit .present (" document.pdf" , {
8888 pageTransition: " scrollContinuous" ,
Original file line number Diff line number Diff line change 33### CocoaPods integration
44
55#### Requirements
6- - Xcode 10.2
6+ - Xcode 10.2.1
77- PSPDFKit 8.4.0 for iOS or later
88- react-native >= 0.59.9
99- CocoaPods >= 1.7.2
You can’t perform that action at this time.
0 commit comments