We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332c0c8 commit 86793bdCopy full SHA for 86793bd
1 file changed
example/app.json
@@ -29,6 +29,15 @@
29
"favicon": "./assets/favicon.png",
30
"bundler": "metro"
31
},
32
- "plugins": ["expo-router"]
+ "plugins": [
33
+ "expo-router",
34
+ [
35
+ "expo-media-library",
36
+ {
37
+ "photosPermission": "Allow $(PRODUCT_NAME) to access your photos.",
38
+ "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos."
39
+ }
40
+ ]
41
42
}
43
0 commit comments