mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +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,
|
||||
},
|
||||
],
|
||||
],
|
||||
});
|
||||
|
||||
|
@@ -37,9 +37,11 @@
|
||||
"expo-brightness": "~11.8.0",
|
||||
"expo-build-properties": "~0.11.1",
|
||||
"expo-constants": "~15.4.5",
|
||||
"expo-file-system": "~16.0.8",
|
||||
"expo-haptics": "~12.8.1",
|
||||
"expo-linear-gradient": "^12.7.2",
|
||||
"expo-linking": "~6.2.2",
|
||||
"expo-media-library": "~15.9.1",
|
||||
"expo-navigation-bar": "^2.8.1",
|
||||
"expo-router": "~3.4.8",
|
||||
"expo-screen-orientation": "~6.4.1",
|
||||
@@ -47,6 +49,7 @@
|
||||
"expo-status-bar": "~1.11.1",
|
||||
"expo-system-ui": "^2.9.3",
|
||||
"expo-web-browser": "^12.8.2",
|
||||
"ffmpeg-kit-react-native": "^6.0.2",
|
||||
"immer": "^10.0.3",
|
||||
"iso-639-1": "^3.1.2",
|
||||
"react": "18.2.0",
|
||||
|
Reference in New Issue
Block a user