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: ios/cocoapods.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
@@ -15,7 +15,7 @@ Lets create a simple app that integrates PSPDFKit using CocoaPods.
15
15
1. Make sure `react-native-cli` is installed: `yarn global add react-native-cli`
16
16
2. Create the app with `react-native init YourApp`.
17
17
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`
19
19
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.)
20
20
6. Link module `react-native-pspdfkit`: `react-native link react-native-pspdfkit`.
21
21
7. Open ios/YourApp.xcodeproj in Xcode: open ios/YourApp.xcodeproj
0 commit comments