joltup / rn-fetch-blob

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

`rn-fetch-blob` does not support expo #712

Open codthing opened 3 years ago

codthing commented 3 years ago

I need result.path(), but because I use Expo, I cannot use re-fetch-blob. So I tried to use axios, but axios did not return path (https://github.com/axios/axios#response-schema). I want to hear your suggestions. . . image

Traviskn commented 3 years ago

If you're using Expo, you should be able to use expo filesystem

codthing commented 3 years ago

@Traviskn

I am building my local server, and I also use the Expo file system. Here, I just want to use the response data of fetch request with path.