Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

eas build apk

//edit eas.json
{
  "cli": {
    "version": ">= 0.52.0"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "android": {
        "buildType": "apk"
      },
      "distribution": "internal"
    },
    "production": {}
  },
  "submit": {
    "production": {}
  }
}

//build with that profile
eas build -p android --profile preview

Source by docs.expo.dev #
 
PREVIOUS NEXT
Tagged: #eas #build #apk
ADD COMMENT
Topic
Name
6+3 =