Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
acddb9a
chore: Update runs-on in publish-canaries workflow (#46076)
kitten May 21, 2026
2e3e8a2
Publish packages
alanjhughes May 21, 2026
62b820e
[tools] Respect force (#46083)
alanjhughes May 21, 2026
06b1b2b
Publish expo-camera, expo-image
alanjhughes May 21, 2026
86f531f
[expo-go] Fix method signature (#46080)
alanjhughes May 21, 2026
cdca905
Bump ios expo go version [skip ci]
alanjhughes May 21, 2026
6766bc6
[docs] Update bare upgrade helper for SDK 56 and scope to native file…
amandeepmittal May 21, 2026
27182ca
[docs] Fix settings menu not opening on Native Project Upgrade Helpe…
amandeepmittal May 21, 2026
f9e9f16
[docs] Add Expo Observe to glossary and monitoring services page (#46…
amandeepmittal May 21, 2026
186f866
fix(precompile) use bundledNativeVersions.json to resolve versions (#…
chrfalch May 21, 2026
661af9e
[expo-type-information] CLI fix: create output directory if it doesn'…
HubertBer May 21, 2026
5d08ef5
[image][maps][android] Fix SVG handling in `useImage` and map markers…
intergalacticspacehighway May 21, 2026
faf927c
Switch typed plugins bridge file to CommonJS (#46089)
zoontek May 21, 2026
3083bb1
[expo-screen-orientation] Fix changelog entry (#46093)
zoontek May 21, 2026
4d31485
[docs] pick screen orientation advice to sdk-55 (#46095)
vonovak May 21, 2026
a56db53
fix(expo-router): Fix Jest 30 compatibility in testing library (#44188)
mvincentong May 21, 2026
bf00d92
chore(precompile) updated patch/config for skia prebuilds (#46081)
chrfalch May 21, 2026
5c480a2
[updates] fix test (#46075)
Kudo May 21, 2026
a718989
[prebuild-config] mock @expo/require-utils.resolveFrom for memfs test…
Ubax May 21, 2026
97d800a
fix(fingerprint): Handle virtual Node modules and check file existenc…
kitten May 21, 2026
dd33bab
[docs] add docs for react-native-pager drop-in replacement (#46057)
vonovak May 21, 2026
6e6f0c9
[core] Suppress `-Wunused-result` warning in `FrontendConverter.cpp` …
tomekzaw May 21, 2026
cd0914a
Publish packages
brentvatne May 21, 2026
125e822
Publish packages
brentvatne May 21, 2026
36f8cd9
[ui][ios] Use non-selection List initializer when selection prop is n…
intergalacticspacehighway May 21, 2026
6fe939a
[docs] Add `expo-brownfield` skill (#46085)
amandeepmittal May 21, 2026
1877b26
[docs] Update EAS CLI version in reference (#46086)
amandeepmittal May 21, 2026
5e52e0f
[docs] Fix BoxLink icons in multiple pages (#46084)
amandeepmittal May 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/publish-canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
publish-canaries:
if: github.repository == 'expo/expo'
runs-on: macos-26-arm64
runs-on: macos-26
timeout-minutes: 120
env:
NODE_AUTH_TOKEN: ${{ secrets.EXPO_BOT_NPM_TOKEN }}
Expand Down
Loading
Loading