You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@
3
3
4
4
# Acceptance Criteria
5
5
6
-
-[ ] When approved, right before merging, rebase with master and increment the package version in `package.json`, `package-lock.json`, `samples/Catalog/package.json`, and `samples/NativeCatalog/package.json` (see example commit: https://github.com/PSPDFKit/react-native/pull/202/commits/1bf805feef2ac268743e4905d94d6d8c8f16ec59).
6
+
-[ ] When approved, right before merging, rebase with master and increment the package version in `package.json`, `package-lock.json`, `samples/Catalog/package.json`, and `samples/NativeCatalog/package.json` (see example commit: https://github.com/PSPDFKit/react-native/pull/389/commits/ae027329b5380906fa778354945178c7e92730a4).
7
7
-[ ] Create a new release (and tag) with the new package version (see https://github.com/PSPDFKit/react-native/releases).
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ target 'YourApp' do
71
71
end
72
72
+ pod 'react-native-pspdfkit', :path => '../node_modules/react-native-pspdfkit'
73
73
+ pod 'PSPDFKit', podspec: 'https://customers.pspdfkit.com/pspdfkit-ios/latest.podspec'
74
-
74
+
75
75
# Enables Flipper.
76
76
#
77
77
# Note that if you have use_frameworks! enabled, Flipper will not work and
@@ -371,7 +371,7 @@ For a runnable example, please take a look at the [AnnotationProcessing example
371
371
- Android Build Tools 23.0.1 (React Native)
372
372
- Android Build Tools 28.0.3 (PSPDFKit module)
373
373
- Android Gradle plugin >= 3.4.1
374
-
- PSPDFKit >= 6.5.3
374
+
- PSPDFKit >= 6.6.0
375
375
- react-native >= 0.63.2
376
376
377
377
#### Getting Started
@@ -608,12 +608,12 @@ The PSPDFKit React Native Android Wrapper allows you to specify a custom groupin
608
608
609
609
#### Update
610
610
611
-
Upgrading yarn's lock file is required in order to update react-native-pspdfkit module in a project that has been already setup following the steps in [Getting Started](#getting-started-1) section.
611
+
Upgrading yarn's lock file is required in order to update react-native-pspdfkit module in a project that has been already setup following the steps in [Getting Started](#getting-started-1) section.
612
612
From root project folder (e.g.`YourApp`for upgrading example project) launch `yarn upgrade`.
613
613
614
614
##### Migrate from PSPDFKit version 2.9.x to 3.0.0
615
615
616
-
After launching `yarn upgrade`, apply [step 7](#step-7), [step 10](#step-10) and [step 12](#step-12) from [Getting Started](#getting-started-1) section.
616
+
After launching `yarn upgrade`, apply [step 7](#step-7), [step 10](#step-10) and [step 12](#step-12) from [Getting Started](#getting-started-1) section.
617
617
Enable MultiDex in`YourApp/android/app/build.gradle` (note **one** place to edit):
0 commit comments