Skip to content

Commit

Permalink
Update package version in the docs (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-candillon authored Jan 19, 2022
1 parent 8c76d2c commit 836d20c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ When reading these lines, the package is not yet available on npm.
Use the link below to install the package.

```sh
yarn add https://github.com/Shopify/react-native-skia/releases/download/v0.1.63-alpha/shopify-react-native-skia-0.1.63.tgz
yarn add https://github.com/Shopify/react-native-skia/releases/download/v0.1.70-alpha/shopify-react-native-skia-0.1.70.tgz
```

Or using npm:

```sh
npm install https://github.com/Shopify/react-native-skia/releases/download/v0.1.63-alpha/shopify-react-native-skia-0.1.63.tgz
npm install https://github.com/Shopify/react-native-skia/releases/download/v0.1.70-alpha/shopify-react-native-skia-0.1.70.tgz
```

### iOS
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ When reading these lines, the package is not yet available on npm.
Use the link below to install the package.

```sh
yarn add https://github.com/Shopify/react-native-skia/releases/download/v0.1.63-alpha/shopify-react-native-skia-0.1.63.tgz
yarn add https://github.com/Shopify/react-native-skia/releases/download/v0.1.70-alpha/shopify-react-native-skia-0.1.70.tgz
```

Or using npm:

```sh
npm install https://github.com/Shopify/react-native-skia/releases/download/v0.1.63-alpha/shopify-react-native-skia-0.1.63.tgz
npm install https://github.com/Shopify/react-native-skia/releases/download/v0.1.70-alpha/shopify-react-native-skia-0.1.70.tgz
```

## iOS
Expand Down

0 comments on commit 836d20c

Please sign in to comment.