Skip to content

Commit c5cc65f

Browse files
author
Rad Azzouz
committed
Fix yarn add link
1 parent d8429f8 commit c5cc65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/cocoapods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Lets create a simple app that integrates PSPDFKit using CocoaPods.
1515
1. Make sure `react-native-cli` is installed: `yarn global add react-native-cli`
1616
2. Create the app with `react-native init YourApp`.
1717
3. Step into your newly created app folder: `cd YourApp`
18-
4. Install `react-native-pspdfkit` from GitHub: `yarn add https://github.com/PSPDFKit/react-native.git#rad/fix-cocoapods-integration`
18+
4. Install `react-native-pspdfkit` from GitHub: `yarn add https://github.com/PSPDFKit/react-native`
1919
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.)
2020
6. Link module `react-native-pspdfkit`: `react-native link react-native-pspdfkit`.
2121
7. Open ios/YourApp.xcodeproj in Xcode: open ios/YourApp.xcodeproj

0 commit comments

Comments
 (0)