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
@@ -33,8 +33,8 @@ Let's create a simple app that integrates PSPDFKit and uses the `react-native-ps
33
33
2. Create the app with `react-native init YourApp`.
34
34
3. Step into your newly created app folder: `cd YourApp`
35
35
4. Install `react-native-pspdfkit` from GitHub: `yarn add github:PSPDFKit/react-native`
36
-
5.Run `yarn install`
37
-
6. Link module `react-native-pspdfkit`: `react-native link react-native-pspdfkit`
36
+
5.Install all the dependencies for the project: `yarn install`. (Because of a [bug](https://github.com/yarnpkg/yarn/issues/2165) you may need to clean `yarn`'s cache with `yarn cache clean` before.)
37
+
6. Link module `react-native-pspdfkit`: `react-native link react-native-pspdfkit`.
38
38
7. Create the folder `ios/PSPDFKit` and copy `PSPDFKit.framework` and `PSPDFKitUI.framework` into it.
39
39
8. Open `ios/YourApp.xcodeproj` in Xcode: `open ios/YourApp.xcodeproj`
40
40
9. Make sure the deployment target is set to 10.0 or higher:
0 commit comments