{ "expo": { "name": "Dude where’s my car?", "slug": "find-anything", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { "backgroundColor": "#ffffff" }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.basedhardware.find", "infoPlist": { "UIBackgroundModes": [ "fetch", "remote-notification", "bluetooth-central" ] } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.basedhardware.find" }, "web": { "favicon": "./assets/favicon.png" }, "plugins": ["react-native-ble-plx"], "experiments": { "baseUrl": "/llama3-hackaton" } } }