Skip to content

Commit fe38898

Browse files
author
Rad Azzouz
committed
Update the package version to 1.24.2
1 parent c5cc65f commit fe38898

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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`
18+
4. Install `react-native-pspdfkit` from GitHub: `yarn add github: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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Catalog",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"

0 commit comments

Comments
 (0)