Skip to content

Instantly share code, notes, and snippets.

@bearkfear
Last active October 10, 2025 18:47
Show Gist options
  • Select an option

  • Save bearkfear/4f765de007f71d798f2e4c66816e1670 to your computer and use it in GitHub Desktop.

Select an option

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