Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rad Azzouz committed Jun 18, 2019
1 parent 42f3975 commit 3404e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ The [PSPDFKit SDK](https://pspdfkit.com/) is a framework that allows you to view

#### Requirements

- Xcode 10.2
- PSPDFKit 8.2.3 for iOS or later
- react-native >= 0.57.8
- Xcode 10.2.1
- PSPDFKit 8.4.0 for iOS or later
- react-native >= 0.59.9

#### Getting Started

Expand Down Expand Up @@ -79,10 +79,10 @@ import {
View
} from "react-native";

var PSPDFKit = NativeModules.PSPDFKit;
const PSPDFKit = NativeModules.PSPDFKit;
PSPDFKit.setLicenseKey("YOUR_LICENSE_KEY_GOES_HERE");

export default class App extends Component<{}> {
export default class App extends Component<Props> {
_onPressButton() {
PSPDFKit.present("document.pdf", {
pageTransition: "scrollContinuous",
Expand Down
2 changes: 1 addition & 1 deletion ios/cocoapods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### CocoaPods integration

#### Requirements
- Xcode 10.2
- Xcode 10.2.1
- PSPDFKit 8.4.0 for iOS or later
- react-native >= 0.59.9
- CocoaPods >= 1.7.2
Expand Down

0 comments on commit 3404e55

Please sign in to comment.