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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,11 +339,11 @@ const CONFIGURATION = {
339
339
```
340
340
341
341
#### Update
342
-
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) section.
342
+
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.
343
343
From root project folder (e.g.`YourApp` for upgrading example project) launch `yarn upgrade`.
344
344
345
345
##### Migrate from PSPDFKit version 2.9.x to 3.0.0
346
-
After launching `yarn upgrade`, apply [step 6](#step-6), [step 8](#step-8) and [step 10](#step-10) from [Getting Started](#getting-started) section.
346
+
After launching `yarn upgrade`, apply [step 6](#step-6), [step 8](#step-8) and [step 10](#step-10) from [Getting Started](#getting-started-1) section.
347
347
Enable MultiDex in `YourApp/android/app/build.gradle` (note **one** place to edit):
0 commit comments