{ "expo": { "name": "DChain Messenger", "slug": "dchain-messenger", "version": "1.0.0", "orientation": "portrait", "userInterfaceStyle": "dark", "backgroundColor": "#000000", "ios": { "supportsTablet": false, "bundleIdentifier": "com.dchain.messenger", "infoPlist": { "NSMicrophoneUsageDescription": "Allow DChain to record voice messages and video.", "NSCameraUsageDescription": "Allow DChain to record video messages and scan QR codes.", "NSPhotoLibraryUsageDescription": "Allow DChain to attach photos and videos from your library." } }, "android": { "package": "com.dchain.messenger", "softwareKeyboardLayoutMode": "pan", "permissions": [ "android.permission.RECORD_AUDIO", "android.permission.CAMERA", "android.permission.READ_EXTERNAL_STORAGE", "android.permission.WRITE_EXTERNAL_STORAGE", "android.permission.MODIFY_AUDIO_SETTINGS" ] }, "web": { "bundler": "metro", "output": "static" }, "plugins": [ "expo-router", "expo-secure-store", [ "expo-camera", { "cameraPermission": "Allow DChain to record video messages and scan QR codes.", "microphonePermission": "Allow DChain to record audio with video." } ], [ "expo-image-picker", { "photosPermission": "Allow DChain to attach photos and videos.", "cameraPermission": "Allow DChain to take photos." } ], [ "expo-audio", { "microphonePermission": "Allow DChain to record voice messages." } ], "expo-video" ], "experiments": { "typedRoutes": false }, "scheme": "dchain", "extra": { "router": {}, "eas": { "projectId": "28d7743e-6745-460f-8ce5-c971c5c297b6" } } } }