From 7e6aeb0f13cd096ddd77f0a7a2f918ef2af4b615 Mon Sep 17 00:00:00 2001 From: Yuval Hofshy Date: Tue, 29 May 2018 09:08:38 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c564009..5a6466b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This API handles your downloads separately from your app and only keeps it infor 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. -The real challenge using this method it 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. +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. `react-native-background-download` gives you an easy API to both downloading large files and re-attaching to those downloads once your app launches again.