{ "expo": { "name": "Yaltopia Tickets App", "slug": "yaltopia-tickets-app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.yaltopia.ticketapp" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "package": "com.yaltopia.ticketapp", "permissions": [ "android.permission.READ_SMS", "android.permission.RECEIVE_SMS", "android.permission.CAMERA", "android.permission.RECORD_AUDIO" ] }, "plugins": [ [ "expo-camera", { "cameraPermission": "Allow Yaltopia Tickets App to access your camera to scan invoices." } ], ["@react-native-google-signin/google-signin"] ], "web": { "favicon": "./assets/favicon.png", "bundler": "metro" }, "scheme": "yaltopia-tickets", "extra": { "eas": { "projectId": "9b79b7de-5639-41ef-a72c-8c226354cd2e" } } } }