How to use a blob file in an Image component

Please provide the following:

  1. SDK Version:45
  2. Platforms(Android/iOS/web/all):all
  3. Add the appropriate “Tag” based on what Expo library you have a question on.FileSystem

I want to take a blob I receive from an api service and use it in a Image component. Thus far I tried using FileReader readAsDataUrl and URL.createObjectURL and neither are working.

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