aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/eas.json
blob: 0897755db8e9c03d3a7c7406e5c2c293c769e151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "cli": {
    "version": ">= 7.5.0",
    "promptToConfigurePushNotifications": false
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {}
  },
  "submit": {
    "production": {}
  }
}