apt-get
or brew
. Please take into account that those customizations are applied during the build and will increase your build times.default
, latest
.default
alias will be assigned to the environment that most closely resembles the configuration used for Expo SDK development.latest
alias will be assigned to the image with the most up to date versions of the software.Note:If you do not provideimage
in eas.json, your build will usedefault
image. However, in some cases, we select a more appropriate image based on the Expo SDK version or React Native version. You can check what image is used for a build in the "Spin up build environment" build logs section.
~/.gradle/gradle.properties
:org.gradle.jvmargs=-Xmx14g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.configureondemand=true org.gradle.daemon=false
~/.npmrc
registry=http://npm-cache-service.worker-infra-production.svc.cluster.local:4873
~/.yarnrc.yml
unsafeHttpWhitelist: - "*" npmRegistryServer: "http://npm-cache-service.worker-infra-production.svc.cluster.local:4873" enableImmutableInstalls: false
ubuntu:focal-20210921
ubuntu:focal-20210921
ubuntu:bionic-20210930
ubuntu:bionic-20210930
~/.npmrc
registry=http://10.254.24.8:4873
~/.yarnrc.yml
unsafeHttpWhitelist: - "*" npmRegistryServer: "registry=http://10.254.24.8:4873" enableImmutableInstalls: false