chore: add dependencies for download functionality

This commit is contained in:
Adrian Castro
2024-03-20 16:15:11 +01:00
parent a81975cc02
commit d3019780a2
3 changed files with 48 additions and 22 deletions

View File

@@ -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,
},
],
],
});