diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index 1df8dd0..d93835a 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -24,6 +24,7 @@ const defineConfig = (): ExpoConfig => ({ supportsTablet: true, requireFullScreen: true, infoPlist: { + CFBundleName: "movie-web", NSPhotoLibraryUsageDescription: "This app saves videos to the photo library.", },