React-Native:下载文件时如何显示进度?

问题描述:

要求-我想显示一个进度指示器,显示已完成加载的百分比. 我已将提取用于api服务调用.是否可以通过任何方式获得下载完成的百分比? 还是任何第三方图书馆?

Requirement- I want to show a progressive indicator showing the percentage of loading completed. I have used fetch for api service calls. Is it possible to get percentage of downloading completion in any way? Or any third party library?

如果要显示任何图像的下载进度,可以使用"react-native-fetch-blob".请参考以下网址以了解更多信息

in case you want to show downloading progress of any image , you can use "react-native-fetch-blob". Please refer below url to know more

https://www.npmjs.com/package/react-native -fetch-blob