expo / expo/eas-cli

expo-build-properties not work on eas build

Open
#3,189 2 comments 1 reaction 0 assignees View on GitHub
needs review
Dominant language
TypeScript
Stars
1.4k
Forks
236
Avg merge
3d 1h
Merged PRs (30d)
91

Description

### Build/Submit details page URL

_No response_

### Summary

config abiFilters as [pluginconfigtypeandroid](https://docs.expo.dev/versions/latest/sdk/build-properties/#pluginconfigtypeandroid) describe:
```json
"plugins": [
"expo-router",
["expo-build-properties",{
"android":{
"buildArchs": ["arm64-v8a"]
}
}]
],
```
build command:`eas build --platform android --profile development --local`
apk:
```shell
❯ zipinfo build-1758446706453.apk | rg 'lib' | cut -d/ -f2 | uniq
arm64-v8a
armeabi-v7a
x86
x86_64
```

### Managed or bare?

Bare

### Environment

```shell
❯ pnpm dlx expo-env-info
expo-env-info 2.0.7 environment info:
System:
OS: macOS 15.5
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.15.0 - ~/.volta/tools/image/node/22.15.0/bin/node
npm: 10.9.2 - ~/.volta/tools/image/node/22.15.0/bin/npm
Watchman: 2025.08.11.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.16.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 18.5, macOS 15.5
Android SDK:
API Levels: 35, 36
Build Tools: 35.0.0, 36.0.0
IDEs:
Xcode: 16.4/16F6 - /usr/bin/xcodebuild
npmPackages:
expo: ~54.0.9 => 54.0.9
expo-router: ~6.0.7 => 6.0.7
react: 19.1.0 => 19.1.0
react-dom: 19.1.0 => 19.1.0
react-native: 0.81.4 => 0.81.4
react-native-web: ^0.21.1 => 0.21.1
Expo Workflow: bare
```

### Error output

_No response_

### Reproducible demo or steps to reproduce from a blank project

1. init blank expo54 project
2. npx expo install expo-build-properties
3. edit app.json
4. run eas build

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.