Skip to content

Instantly share code, notes, and snippets.

@bearkfear
Last active November 16, 2022 22:17
Show Gist options
  • Save bearkfear/4f765de007f71d798f2e4c66816e1670 to your computer and use it in GitHub Desktop.
Save bearkfear/4f765de007f71d798f2e4c66816e1670 to your computer and use it in GitHub Desktop.
Transformar URI ou URL para Blob JS React-Native
const blobfile = await (await fetch(`file://${uri}`)).blob()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment