{ "expo": { "name": "brainnel", "slug": "brainnel", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/logo/logo1.png", "userInterfaceStyle": "light", "newArchEnabled": true, "scheme": "com.brainnel.app", "owner": "brainnel", "deepLinking": true, "splash": { "image": "./assets/logo/logo1.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "icon": "./assets/logo/logo1.png", "bundleIdentifier": "com.brainnel.app", "buildNumber": "1.0.0", "googleServicesFile": "./GoogleService-Info.plist" , "infoPlist": { "CFBundleURLTypes": [ { "CFBundleURLSchemes": [ "com.brainnel.app", "myapp", "fb995035562798467" ] } ], "NSPhotoLibraryUsageDescription": "此应用程序需要访问您的照片库以上传图片。", "NSCameraUsageDescription": "此应用程序需要访问您的相机以拍照。" } }, "android": { "permissions": ["android.permission.INTERNET"], "usesCleartextTraffic": true, "adaptiveIcon": { "foregroundImage": "./assets/logo/logo1.png", "backgroundColor": "#ffffff" }, "googleServicesFile": "./google-services.json", "package": "com.brainnel.app", "name": "brainnel", "config": { "facebook": { "scheme": "fb995035562798467", "appId": "995035562798467", "displayName": "newBrainnelApp" } }, "intentFilters": [ { "action": "VIEW", "autoVerify": true, "data": [ { "scheme": "https", "host": "api.brainnel.com", "pathPattern": ".*" } ], "category": ["BROWSABLE", "DEFAULT"] } ] }, "web": { "favicon": "./assets/logo/logo1.png" }, "plugins": [ "expo-video", "expo-apple-authentication", [ "expo-build-properties", { "android": { "usesCleartextTraffic": true } } ], "expo-localization", [ "react-native-fbsdk-next", { "appID": "995035562798467", "displayName": "newBrainnelApp", "scheme": "fb995035562798467", "clientToken": "2005c337398b1c286e2a189e4e4417ac" } ] ], "extra": { "eas": { "projectId": "adaf35b9-21ba-4fa8-8492-b8119e325d5f" } } } }