Open mikehardy opened 5 years ago
react-native-fs does not seem to respond - https://github.com/itinance/react-native-fs/issues/577 - so perhaps rn-fetch-blob or similar would be better. Ideally one that could resume partial downloads if possible
itinance is no longer actively maintaining react-native-fs. Development is being continued by birdofpreyru, discussed here. The fork still does not use okHTTP but may have corrected the original issue.
11 is a workaround that uses Play Services. But if you want to use a non-play-services workaround you either need to use OkHTTP or a downloader that uses the default react-native fetch but with conscrypt bundled with the app.
react-native-fs does not seem to respond - https://github.com/itinance/react-native-fs/issues/577 - so perhaps rn-fetch-blob or similar would be better. Ideally one that could resume partial downloads if possible