Created
December 9, 2024 15:00
-
-
Save zallesov/18bde4152ab200e87d12e9bbbb90f5bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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