README.md edited online with Bitbucket

This commit is contained in:
Yuval Hofshy
2018-05-29 09:08:38 +00:00
parent 91f9aa329f
commit 7e6aeb0f13
+1 -1
View File
@@ -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.