mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-05-27 08:02:17 +00:00
docs: updated installation to handle npm and yarn2
This commit is contained in:
@@ -28,7 +28,18 @@ The real challenge of using this method is making sure the app's UI is always up
|
||||
|
||||
## Getting started
|
||||
|
||||
`$ yarn add github:kesha-antonov/react-native-background-downloader`
|
||||
```Terminal
|
||||
$ yarn add github:kesha-antonov/react-native-background-downloader
|
||||
```
|
||||
(or for Yarn v2+):
|
||||
```Terminal
|
||||
$ yarn add react-native-background-downloader@github:kesha-antonov/react-native-background-downloader
|
||||
```
|
||||
or
|
||||
```Terminal
|
||||
npm i github:kesha-antonov/react-native-background-downloader
|
||||
```
|
||||
|
||||
|
||||
For **`RN <= 0.57.0`** use `$ yarn add react-native-background-downloader@1.1.0`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user