Skip to content

Commit

Permalink
Merge pull request #22 from PSPDFKit/simone/issue/20-update-to-3.3
Browse files Browse the repository at this point in the history
Update to PSPDFKit 3.3.0
  • Loading branch information
simoarpe authored Jul 27, 2017
2 parents 8c69696 + a1ebe3d commit ce0b8d0
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 116 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ PSPDFKit.present('document.pdf', {
- Android SDK
- Android Build Tools 23.0.1 (React Native)
- Android Build Tools 25.0.2 (PSPDFKit module)
- PSPDFKit >= 3.2.0
- react-native >= 0.45.1
- PSPDFKit >= 3.3.0
- react-native >= 0.46.4

#### Getting Started

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contains gradle configuration constants
*/
ext {
PSPDFKIT_VERSION = '3.2.0'
PSPDFKIT_VERSION = '3.3.0'
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "1.3.0",
"version": "1.3.1",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
Expand Down
8 changes: 3 additions & 5 deletions samples/Catalog/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ flow/
[options]
module.system=haste

experimental.strict_type_args=true

munge_underscores=true

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'
Expand All @@ -34,11 +32,11 @@ suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe

suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-7]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
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]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
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]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy

unsafe.enable_getters_and_setters=true

[version]
^0.37.0
^0.47.0
4 changes: 2 additions & 2 deletions samples/Catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Catalog",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native": "0.46.4",
"react-native-fs": "github:johanneslumpe/react-native-fs#55dd2a7624f4617e04a895a9a319cb012c1002a5",
"react-native-pspdfkit": "file:../../"
}
Expand Down
Loading

0 comments on commit ce0b8d0

Please sign in to comment.