mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:53:24 +00:00
feat: mp4 downloads
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user