Conversation
# Why Our Publishing CI workflow is failing because of non existing invokation in the prepare script of expo-widgets https://github.com/expo/expo/actions/runs/21930039336/job/63331746481 # How Fix publishing by removing the extra `node bundle/build/index.js` call # Test Plan `npm pack --json --foreground-scripts=false` now works fine # 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)
# Why Same as in #42780 - running code in `appContext.mainQueue.launch{}` inside `sharedObjectDidRelease` will fail to release the ExoPlayers (usually except for the first one or two) due to the queue getting cancelled during the reload. # How Use `GlobalDispatch(Dispatchers.Main)` instead # Test Plan Tested in BareExpo on a Pixel 8
# Why # How Updated docs so that they state that expo-image-picker adds `RECORD_AUDIO` permission by default. Updated docs to inform how to block this and other permission. # Test Plan # 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). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
…gs (#43092) # Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> The "Experimental" and "Deprecated" status tags in API reference tables and config plugin property tables render a stray bullet separator (•) after the tag, even when there is no subsequent content (such as platform tags) to separate from. This results in a visual artifact visible on pages like the Expo Router reference. <img width="2410" height="324" alt="CleanShot 2026-02-12 at 17 51 34@2x" src="https://github.com/user-attachments/assets/c50b8577-1e39-410f-bb94-acf5490cd876" /> # How <!-- How did you build this feature or fix this bug and why? --> - In APISectionPlatformTags.tsx, conditionally render the bullet separator after the "Experimental" tag only when there are platform tags following it. - In ConfigPluginProperties.tsx, conditionally render the bullet separator after the "Deprecated" tag only when an "Experimental" tag or platform tag follows it, and after the "Experimental" tag only when a platform tag follows it. # Test Plan <!-- Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction. --> From Expo Router SDK 55 reference page: <img width="2562" height="718" alt="CleanShot 2026-02-12 at 17 54 15@2x" src="https://github.com/user-attachments/assets/f82b3bf2-8a08-482d-a323-7a229fec3ff0" /> # 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)
# Why Framework search path base was defaulting to `/Library/Frameworks` which caused crash on 2nd (or 1st non-Xcode) launch of the consuming app. # How Fixed by explicitly setting `LD_RUNPATH_SEARCH_PATHS` and `DYLIB_INSTALL_NAME_BASE` # Test Plan Validated using `brownfield-tester` apps: `expo-app` and `ios-integrated` in both Debug and Release # Checklist - [X] 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) - [X] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )