Skip to content

Commit ce0b8d0

Browse files
authored
Merge pull request #22 from PSPDFKit/simone/issue/20-update-to-3.3
Update to PSPDFKit 3.3.0
2 parents 8c69696 + a1ebe3d commit ce0b8d0

File tree

6 files changed

+200
-116
lines changed

6 files changed

+200
-116
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ PSPDFKit.present('document.pdf', {
111111
- Android SDK
112112
- Android Build Tools 23.0.1 (React Native)
113113
- Android Build Tools 25.0.2 (PSPDFKit module)
114-
- PSPDFKit >= 3.2.0
115-
- react-native >= 0.45.1
114+
- PSPDFKit >= 3.3.0
115+
- react-native >= 0.46.4
116116

117117
#### Getting Started
118118

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 = '3.2.0'
5+
PSPDFKIT_VERSION = '3.3.0'
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.3.0",
3+
"version": "1.3.1",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/.flowconfig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ flow/
2424
[options]
2525
module.system=haste
2626

27-
experimental.strict_type_args=true
28-
2927
munge_underscores=true
3028

3129
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
@@ -34,11 +32,11 @@ suppress_type=$FlowIssue
3432
suppress_type=$FlowFixMe
3533
suppress_type=$FixMe
3634

37-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-7]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
38-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-7]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
35+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
36+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
3937
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
4038

4139
unsafe.enable_getters_and_setters=true
4240

4341
[version]
44-
^0.37.0
42+
^0.47.0

samples/Catalog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Catalog",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"
77
},
88
"dependencies": {
99
"react": "16.0.0-alpha.12",
10-
"react-native": "0.45.1",
10+
"react-native": "0.46.4",
1111
"react-native-fs": "github:johanneslumpe/react-native-fs#55dd2a7624f4617e04a895a9a319cb012c1002a5",
1212
"react-native-pspdfkit": "file:../../"
1313
}

0 commit comments

Comments
 (0)