Skip to content

Commit 598550d

Browse files
authored
Merge pull request #66 from PSPDFKit/simone/issue/upgrade-react-native-0.54.0
Upgrade React Native to 0.54.2
2 parents 09cde52 + 9a4e018 commit 598550d

File tree

7 files changed

+689
-456
lines changed

7 files changed

+689
-456
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ editableAnnotationTypes: ['Ink', 'Highlight']
233233
- Android SDK
234234
- Android Build Tools 23.0.1 (React Native)
235235
- Android Build Tools 26.0.1 (PSPDFKit module)
236-
- PSPDFKit >= 4.3.0
237-
- react-native >= 0.52.1
236+
- PSPDFKit >= 4.4.1
237+
- react-native >= 0.54.2
238238

239239
#### Getting Started
240240

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contains gradle configuration constants
33
*/
44
ext {
5-
PSPDFKIT_VERSION = '4.3.0'
5+
PSPDFKIT_VERSION = '4.4.1'
66
}
77

88
buildscript {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/.flowconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,5 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(si
4545
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
4646
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
4747

48-
unsafe.enable_getters_and_setters=true
49-
5048
[version]
51-
^0.61.0
49+
^0.65.0

samples/Catalog/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<uses-permission android:name="android.permission.INTERNET" />
2121
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
2222

23-
<uses-sdk
24-
android:minSdkVersion="16"
25-
android:targetSdkVersion="22" />
26-
2723
<application
2824
android:name=".MainApplication"
2925
android:allowBackup="true"

samples/Catalog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Catalog",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"
77
},
88
"dependencies": {
9-
"react": "16.2.0",
10-
"react-native": "0.52.1",
9+
"react": "^16.3.0-alpha.1",
10+
"react-native": "0.54.2",
1111
"react-native-fs": "2.9.0",
1212
"react-native-pspdfkit": "file:../../",
1313
"react-native-windows": "0.51.0-rc.0",

0 commit comments

Comments
 (0)