Skip to content

Commit 971627a

Browse files
author
RadAzzouz
committed
Update step 5
1 parent a52b8de commit 971627a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Let's create a simple app that integrates PSPDFKit and uses the `react-native-ps
3333
2. Create the app with `react-native init YourApp`.
3434
3. Step into your newly created app folder: `cd YourApp`
3535
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`.
3838
7. Create the folder `ios/PSPDFKit` and copy `PSPDFKit.framework` and `PSPDFKitUI.framework` into it.
3939
8. Open `ios/YourApp.xcodeproj` in Xcode: `open ios/YourApp.xcodeproj`
4040
9. Make sure the deployment target is set to 10.0 or higher:

0 commit comments

Comments
 (0)