Skip to content

Instantly share code, notes, and snippets.

@zallesov
Created December 9, 2024 15:00
Show Gist options
  • Select an option

  • Save zallesov/18bde4152ab200e87d12e9bbbb90f5bc to your computer and use it in GitHub Desktop.

Select an option

Save zallesov/18bde4152ab200e87d12e9bbbb90f5bc to your computer and use it in GitHub Desktop.
import * as MediaLibrary from "expo-media-library";
// download a sample mp4 file from here https://test-videos.co.uk/bigbuckbunny/mp4-h264
const url = "file:///Users/[username]/Downloads/bigbuckbunny.mp4"
await MediaLibrary.saveToLibraryAsync(url);
// throws an error `This file type is not supported yet`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment