UNPKG

expo-updates

Version:

Fetches and manages remotely-hosted assets and updates to your app's JS bundle.

68 lines (66 loc) 1.52 kB
{ "cli": { "version": ">= 2.7.1" }, "build": { "base": { "node": "20.14.0", "android": { "image": "latest" }, "ios": { "image": "latest" } }, "development": { "extends": "base", "distribution": "internal", "android": { "gradleCommand": ":app:assembleDebug" }, "ios": { "buildConfiguration": "Debug" } }, "updates_testing_debug": { "extends": "base", "env": { "EX_UPDATES_NATIVE_DEBUG": "1" }, "android": { "applicationArchivePath": "eas.json", "gradleCommand": ":app:assembleDebug :app:assembleAndroidTest -DtestBuildType=debug", "withoutCredentials": true }, "ios": { "applicationArchivePath": "eas.json", "simulator": true, "buildConfiguration": "Debug" }, "distribution": "internal", "buildArtifactPaths": ["logs/*.log"] }, "updates_testing_release": { "extends": "base", "env": { "EX_UPDATES_NATIVE_DEBUG": "1" }, "android": { "gradleCommand": ":app:assembleRelease :app:assembleAndroidTest -DtestBuildType=release", "withoutCredentials": true }, "ios": { "simulator": true, "buildConfiguration": "Release" }, "distribution": "internal", "buildArtifactPaths": ["logs/*.log"] }, "production": { "extends": "base" } }, "submit": { "production": {} } }