{ "expo": { "name": "newBrainnelApp", "slug": "newBrainnelApp", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "scheme": "myapp", "owner":"brainnel", "deepLinking": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.brainnel.app", "infoPlist": { "CFBundleURLTypes": [ { "CFBundleURLSchemes": [ "myapp" ] } ] } }, "android": { "permissions": [ "android.permission.INTERNET" ], "usesCleartextTraffic": true, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "googleServicesFile": "./google-services.json", "package": "com.brainnel.app", "intentFilters": [ { "action": "VIEW", "data": [ { "scheme": "myapp" } ], "category": [ "BROWSABLE", "DEFAULT" ] } ] }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-video", "expo-apple-authentication", [ "expo-build-properties", { "android": { "usesCleartextTraffic": true } } ], "expo-localization" ], "extra": { "eas": { "projectId": "adaf35b9-21ba-4fa8-8492-b8119e325d5f" } } } }