|
| 1 | +{ |
| 2 | + "expo": { |
| 3 | + "plugins": [ |
| 4 | + [ |
| 5 | + "@intercom/intercom-react-native", |
| 6 | + { |
| 7 | + "appId": "<app-id>", |
| 8 | + "androidApiKey": "<android-api-key>", |
| 9 | + "iosApiKey": "<ios-api-key>", |
| 10 | + "intercomRegion": "US" |
| 11 | + } |
| 12 | + ], |
| 13 | + [ |
| 14 | + "expo-build-properties", |
| 15 | + { |
| 16 | + "ios": { |
| 17 | + "deploymentTarget": "15.0" |
| 18 | + } |
| 19 | + } |
| 20 | + ] |
| 21 | + ], |
| 22 | + "name": "IntercomExpo", |
| 23 | + "slug": "IntercomExpo", |
| 24 | + "version": "1.0.0", |
| 25 | + "orientation": "portrait", |
| 26 | + "icon": "./assets/icon.png", |
| 27 | + "userInterfaceStyle": "light", |
| 28 | + "splash": { |
| 29 | + "image": "./assets/splash.png", |
| 30 | + "resizeMode": "contain", |
| 31 | + "backgroundColor": "#ffffff" |
| 32 | + }, |
| 33 | + "assetBundlePatterns": [ |
| 34 | + "**/*" |
| 35 | + ], |
| 36 | + "ios": { |
| 37 | + "supportsTablet": true, |
| 38 | + "bundleIdentifier": "io.intercom.ios.enterprise.sample" |
| 39 | + }, |
| 40 | + "android": { |
| 41 | + "adaptiveIcon": { |
| 42 | + "foregroundImage": "./assets/adaptive-icon.png", |
| 43 | + "backgroundColor": "#ffffff" |
| 44 | + }, |
| 45 | + "permissions": [ |
| 46 | + "android.permission.READ_EXTERNAL_STORAGE", |
| 47 | + "android.permission.VIBRATE" |
| 48 | + ], |
| 49 | + "package": "com.intercom.sample" |
| 50 | + }, |
| 51 | + "web": { |
| 52 | + "favicon": "./assets/favicon.png" |
| 53 | + } |
| 54 | + } |
| 55 | +} |
0 commit comments