Skip to content

Commit 3404e55

Browse files
author
Rad Azzouz
committed
Update README
1 parent 42f3975 commit 3404e55

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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;
8383
PSPDFKit.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",

ios/cocoapods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

0 commit comments

Comments
 (0)