Skip to content

Instantly share code, notes, and snippets.

@kevinvangelder
Last active September 30, 2019 21:06
Show Gist options
  • Save kevinvangelder/2814847b55f49ad0a2e5127c974c6ded to your computer and use it in GitHub Desktop.
Save kevinvangelder/2814847b55f49ad0a2e5127c974c6ded to your computer and use it in GitHub Desktop.
const imageAssetPath = Image.resolveAssetSource(require("./path/to/image.jpg");
const response = await fetch(imageAssetPath.uri, {}, { isBinary: true });
const rawImageData = await response.arrayBuffer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment