I use the bridge module for the React-Native web browser because I need its functions, and now I'm trying to upload and download files. To download, I sent a message from the url of the file, and then, using the Linking package to download in the browser, unfortunately, I received that the download was unsuccessful. Is there a way that I can control how to work on this module?
source
share