This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
iOS - Terminated when entering background even when requests were canceled #301
Open
Description
I'm using RN 0.42 and notice that my app has always been terminated after entering background a few minutes. My app got terminated when:
+, API request calls using RNFetchBlob
+, download large files, even cancel request before entering background.
It just happens whenever I use RNFetchBlob. The memory is fine and things go back to normal when I comment RNFetchBlob code blocks or use the usual fetch. Does anybody know why?