I'm using expo-sharing to download PDF file. And I'm trying to notify the user about the status of the downloading (such as downloading, cancel, completed). But It is unable to detect the file is downloaded. How can I do?
share some code please, maybe you could user awit download().then (response=>{if response=="success" then Toast ('success') else Toast("failed")} this is a psudo code for the issue