Store blob in cache folder on FS

There is now blob supported by RN and in expo. I’m trying to store some data to Expo.FileSystem.cacheDirectory but expo offers only writing strings using Expo.FileSystem.writeAsStringAsync(fileUri, contents)

Maybe I’m missing something.

I have the same issue, is there solution on this?

@chilly, do you have any solution for this?

Nope. The only thing I can think of is to base64 content and write it using Expo.FileSystem.writeAsStringAsync but it is not very effective I think because content is being moved via bridge. :confused:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.