Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit 2bc2e15

Browse files
author
Elad Gil
committed
updated readme
1 parent 55f6efe commit 2bc2e15

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ On iOS, if you want to download big files no matter the state of your app, wethe
99

1010
This API handles your downloads separately from your app and only keeps it informed using delegates.
1111

12-
On Android we are simulating this process with a separate service dedicated to just downloading to make sure your downloads don't stop even if your main activity is.
12+
On Android we are simulating this process with a wonderful library called [Fetch2](https://github.com/tonyofrancis/Fetch)
1313

14-
The real challenge using this method is making sure the app's UI if always up-to-date with the downloads that are happening in another process because your app might startup from scratch while the downloads are still running.
14+
The real challenge of using this method is making sure the app's UI if always up-to-date with the downloads that are happening in another process because your app might startup from scratch while the downloads are still running.
1515

1616
`react-native-background-downloader` gives you an easy API to both downloading large files and re-attaching to those downloads once your app launches again.
1717

@@ -23,7 +23,9 @@ The real challenge using this method is making sure the app's UI if always up-to
2323

2424
## Getting started
2525

26-
`$ npm install react-native-background-downloader --save`
26+
`$ yarn add react-native-background-downloader`
27+
28+
For **`RN <= 0.57.0`** use `$ yarn add [email protected]`
2729

2830
### Mostly automatic installation
2931

0 commit comments

Comments
 (0)