|
| 1 | +{ |
| 2 | + "expo": { |
| 3 | + "name": "bot-ready-rn", |
| 4 | + "slug": "bot-ready-rn", |
| 5 | + "version": "1.0.0", |
| 6 | + "orientation": "portrait", |
| 7 | + "icon": "./assets/icon.png", |
| 8 | + "userInterfaceStyle": "light", |
| 9 | + "splash": { |
| 10 | + "image": "./assets/splash.png", |
| 11 | + "resizeMode": "contain", |
| 12 | + "backgroundColor": "#ffffff" |
| 13 | + }, |
| 14 | + "updates": { |
| 15 | + "fallbackToCacheTimeout": 0 |
| 16 | + }, |
| 17 | + "assetBundlePatterns": [ |
| 18 | + "**/*" |
| 19 | + ], |
| 20 | + "ios": { |
| 21 | + "supportsTablet": true, |
| 22 | + "bitcode": false, |
| 23 | + "bundleIdentifier": "co.daily.expo.BotReady", |
| 24 | + "infoPlist": { |
| 25 | + "UIBackgroundModes": [ |
| 26 | + "voip" |
| 27 | + ] |
| 28 | + }, |
| 29 | + "appleTeamId": "EEBGKV9N3N" |
| 30 | + }, |
| 31 | + "android": { |
| 32 | + "adaptiveIcon": { |
| 33 | + "foregroundImage": "./assets/adaptive-icon.png", |
| 34 | + "backgroundColor": "#FFFFFF" |
| 35 | + }, |
| 36 | + "package": "co.daily.expo.BotReady", |
| 37 | + "permissions": [ |
| 38 | + "android.permission.ACCESS_NETWORK_STATE", |
| 39 | + "android.permission.BLUETOOTH", |
| 40 | + "android.permission.CAMERA", |
| 41 | + "android.permission.INTERNET", |
| 42 | + "android.permission.MODIFY_AUDIO_SETTINGS", |
| 43 | + "android.permission.RECORD_AUDIO", |
| 44 | + "android.permission.SYSTEM_ALERT_WINDOW", |
| 45 | + "android.permission.WAKE_LOCK", |
| 46 | + "android.permission.FOREGROUND_SERVICE", |
| 47 | + "android.permission.FOREGROUND_SERVICE_CAMERA", |
| 48 | + "android.permission.FOREGROUND_SERVICE_MICROPHONE", |
| 49 | + "android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION", |
| 50 | + "android.permission.POST_NOTIFICATIONS" |
| 51 | + ] |
| 52 | + }, |
| 53 | + "web": { |
| 54 | + "favicon": "./assets/favicon.png" |
| 55 | + }, |
| 56 | + "plugins": [ |
| 57 | + "@config-plugins/react-native-webrtc", |
| 58 | + "@daily-co/config-plugin-rn-daily-js", |
| 59 | + [ |
| 60 | + "expo-build-properties", |
| 61 | + { |
| 62 | + "android": { |
| 63 | + "minSdkVersion": 24, |
| 64 | + "compileSdkVersion": 35, |
| 65 | + "targetSdkVersion": 34, |
| 66 | + "buildToolsVersion": "35.0.0" |
| 67 | + }, |
| 68 | + "ios": { |
| 69 | + "deploymentTarget": "15.1" |
| 70 | + } |
| 71 | + } |
| 72 | + ] |
| 73 | + ] |
| 74 | + } |
| 75 | +} |
0 commit comments