mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
chore: add dependencies for download functionality
This commit is contained in:
@@ -85,6 +85,14 @@ const defineConfig = (): ExpoConfig => ({
|
||||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
"expo-media-library",
|
||||
{
|
||||
photosPermission: "Allow $(PRODUCT_NAME) to access your photos.",
|
||||
savePhotosPermission: "Allow $(PRODUCT_NAME) to save photos.",
|
||||
isAccessMediaLocationEnabled: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user