diff --git a/example/app.json b/example/app.json index 99519c9..178742b 100644 --- a/example/app.json +++ b/example/app.json @@ -29,6 +29,15 @@ "favicon": "./assets/favicon.png", "bundler": "metro" }, - "plugins": ["expo-router"] + "plugins": [ + "expo-router", + [ + "expo-media-library", + { + "photosPermission": "Allow $(PRODUCT_NAME) to access your photos.", + "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos." + } + ] + ] } }