Download a pdf and save to device (ios and android) in react-native

做~自己de王妃 提交于 2021-01-29 20:23:51

问题


I am pretty new to react-native (app development as such). I want to download and save a pdf file in user's device in react-native? react-native-fs and rn-fetch-blob showed up as popular options.

I am using redux-saga in my project and axios to fetch json data. I am able to get a blob object of the pdf file using axios.

So, how can i achieve this downloading and saving the file in the device? Can i use axios plus some library to get the file from blob object or should i be using either react-native-fs or rn-fetch-blob?

Any suggestions would help!

来源:https://stackoverflow.com/questions/62387371/download-a-pdf-and-save-to-device-ios-and-android-in-react-native

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!