UNPKG

sayance-matrix-native-module

Version:
84 lines 2.27 kB
{ "expo": { "name": "sayance", "slug": "sayance", "version": "0.1.4", "orientation": "portrait", "icon": "./assets/images/icon.png", "splash": { "image": "./assets/images/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#4553F3" }, "scheme": "myapp", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true, "bundleIdentifier": "com.kybershield.sayance", "buildNumber": "6", "backgroundModes": [ "background-processing", "background-fetch" ], "infoPlist": { "NSPhotoLibraryUsageDescription": "This app needs access to your photos.", "NSCameraUsageDescription": "This app needs access to your camera.", "NSDocumentPickerUsageDescription": "This app needs access to your files.", "NSContactsUsageDescription": "This app needs access to your contacts to display them.", "BGTaskSchedulerPermittedIdentifiers": [ "com.kybershield.sayance.matrix-sync" ] } }, "web": { "bundler": "metro", "output": "single", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "expo-image-picker", { "photosPermission": "custom photos permission", "cameraPermission": "Allow $(PRODUCT_NAME) to open the camera", "microphonePermission": false } ], "expo-document-picker", "expo-notifications", [ "expo-contacts", { "contactsPermission": "Allow $(PRODUCT_NAME) to access your contacts." } ], [ "expo-splash-screen", { "backgroundColor": "#4553F3", "image": "./assets/images/splash-icon.png", "resizeMode": "contain" } ] ], "experiments": { "typedRoutes": true }, "extra": { "router": { "origin": false }, "eas": { "projectId": "2012e0ce-c713-404a-9741-032e488e4917" } }, "owner": "sayance", "android": { "package": "com.kybershield.sayance", "googleServicesFile": "./google-services.json", "versionCode": 6 } } }