Expo 앱 실행하기

Younghwan Cha·2024년 11월 21일

eas.json

Expo Application Services (EAS) 에서 프로젝트 빌드 및 배포를 설정하기 위한 구성 파일

{
  "cli": {
    "version": ">= 12.5.1",
    "appVersionSource": "remote"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {
      "autoIncrement": true
    }
  },
  "submit": {
    "production": {}
  }
}
profile
개발 기록

0개의 댓글