Skip to content

[pull] main from expo:main#746

Merged
pull[bot] merged 2 commits intocode:mainfrom
expo:main
Apr 5, 2026
Merged

[pull] main from expo:main#746
pull[bot] merged 2 commits intocode:mainfrom
expo:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Apr 5, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

tsapeta and others added 2 commits April 4, 2026 22:15
# Why

Currently, to use precompiled modules on iOS, users must manually set
`EXPO_USE_PRECOMPILED_MODULES=1` before running `pod install`. Which is
kinda tricky for users using CNG

# How

Added a new `usePrecompiledModules` option to the `ios` config in
`expo-build-properties`

# Test Plan

In sandbox app add the following to app.json

```json
"plugins": [
      [
        "expo-build-properties",
        {
          "ios": {
            "usePrecompiledModules": true, 
          },
        }
      ]
    ],
```

And run `npx expo prebuild` then install pods and config precompiled
libs are build used
 
# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
-->

- [ ] I added a `changelog.md` entry and rebuilt the package sources
according to [this short
guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
@pull pull bot locked and limited conversation to collaborators Apr 5, 2026
@pull pull bot added the ⤵️ pull label Apr 5, 2026
@pull pull bot merged commit a78654b into code:main Apr 5, 2026
6 of 7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants