chore: explicitly set bundle name

This commit is contained in:
Adrian Castro
2024-03-26 13:23:38 +01:00
parent 3ef800fbec
commit d6ec5c95e2

View File

@@ -24,6 +24,7 @@ const defineConfig = (): ExpoConfig => ({
supportsTablet: true,
requireFullScreen: true,
infoPlist: {
CFBundleName: "movie-web",
NSPhotoLibraryUsageDescription:
"This app saves videos to the photo library.",
},