Losing resumableDownload Object and its download progress when navigating between pages.

I have a movie detail page in my app and it has a download button. when the user press the button, it adds a download item to the list of downloads and navigates to the download list page. and starts downloading that item. but when the user go back to the home page and navigates to the download list page from bottom tabs the downloading item ****is reset to the zero and it starts downloading again. in back ground the previous download item is downloading beside that a new download item is created and starts downloading because of re-rendering of page. I don’t know how to fix this issue. Is there any away to save and don’t lose the download object and its progress when navigating between different pages?
I am using expo-file-system package.
thanks…