{ "expo": { "name": "보험케어", "slug": "insurance-care", "version": "1.0.0", "orientation": "portrait", "userInterfaceStyle": "light", "splash": { "resizeMode": "contain", "backgroundColor": "#3B82F6" }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.insurancecare.app", "infoPlist": { "NSCameraUsageDescription": "보험금 청구를 위한 영수증/진단서 촬영에 카메라가 사용됩니다.", "NSPhotoLibraryUsageDescription": "보험금 청구 서류 첨부를 위해 사진 접근이 필요합니다." } }, "android": { "package": "com.insurancecare.app", "permissions": [ "CAMERA", "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE", "POST_NOTIFICATIONS" ] }, "web": { "bundler": "metro" }, "plugins": [ [ "expo-image-picker", { "cameraPermission": "보험금 청구 시 영수증/진단서 촬영을 위해 카메라를 사용합니다.", "photosPermission": "보험금 청구 서류 첨부를 위해 사진 접근이 필요합니다." } ], "expo-notifications" ] } }