wkh237 / react-native-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.61k stars 1.57k forks source link

DownloadManager.ACTION_NOTIFICATION_CLICKED #478

Open GROL opened 6 years ago

GROL commented 6 years ago

Hi guys, Please, add callback when the user clicks on a system notification. This need for wake up app from background mode.

Thanks

wkh237 commented 6 years ago

@GROL , I will look into this one, but it might take time.

As a workaround, you can try to use AppState to handle app state transition.

ariona commented 6 years ago

+1 for this. Instead opening the file, i want to reopen the app and open with it. Or is there any way to auto-dismiss the notification after download complete? @wkh237