Louies89

Results 4 issues of Louies89

Hi , When I am trying to download file using below code: ``` RNFetchBlob.config({ path: tmpPath }) .fetch('GET', url, { Range: 'bytes=' + previousFileSize + '-' }) .then((resp) => {...

Hi, Its is strange that, I am getting remote notifications and `FCM.on(FCMEvent.Notification,(data)=>{})` is getting called in all the three states(foreground,background and killed state) of the app. But in case of...

Hi, Instead of using export as `export default new BackgroundTimer()` in index.js, if it shall be done like `export default BackgroundTimer()`, only one global instance of BackgroundTimer shall be created...

Hi @Mike96Angelo , Thanks for the library. But I am unable to make it work, as I am not able to import it in any way. Please provide a working...