Expo-CLI

Building Standalone Apps - Expo Documentation

  1. app.json 설정하기

    {
       "expo": {
        "name": "Your App Name",
        "icon": "./path/to/your/app-icon.png",
        "version": "1.0.0",
        "slug": "your-app-slug",
        "ios": {
          "bundleIdentifier": "com.yourcompany.yourappname",
          "buildNumber": "1.0.0"
        },
        "android": {
          "package": "com.yourcompany.yourappname",
          "versionCode": 1
        }
       }
     }
    
  2. expo build:ios

    expo build:android

  3. Apple App Store 에 업로드 하기

EAS (Expo Application Services)

Creating your first build - Expo Documentation

expo/eas-cli

yarn global add eas-cli
eas login
eas whoami # 로그인 정보 확인
eas build

Expo Application Services (EAS)

한달 29달러(3.5만원)으로 돈을 지불해야하더라..