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?
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