feat: mp4 downloads

This commit is contained in:
Adrian Castro
2024-03-20 17:41:44 +01:00
parent d3019780a2
commit 5a8e250bf5
6 changed files with 200 additions and 29 deletions

View File

@@ -23,6 +23,10 @@ const defineConfig = (): ExpoConfig => ({
bundleIdentifier: "dev.movieweb.app",
supportsTablet: true,
requireFullScreen: true,
infoPlist: {
NSPhotoLibraryUsageDescription:
"This app saves videos to the photo library.",
},
},
android: {
package: "dev.movieweb.app",