From 71958736e1f56adcff159098ebcf0b95590a7c46 Mon Sep 17 00:00:00 2001 From: Aman Mittal Date: Mon, 2 Mar 2026 21:43:25 +0530 Subject: [PATCH 1/7] [docs] Add SDK 55 video to additional resources (#43565) --- docs/pages/additional-resources/index.mdx | 2 +- docs/public/static/talks.ts | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/pages/additional-resources/index.mdx b/docs/pages/additional-resources/index.mdx index b21aae78176689..17d4a6baa8eed4 100644 --- a/docs/pages/additional-resources/index.mdx +++ b/docs/pages/additional-resources/index.mdx @@ -1,5 +1,5 @@ --- -modificationDate: February 2, 2026 +modificationDate: March 2, 2026 title: Additional resources description: A reference of resources that are useful to learn about Expo tooling and services. --- diff --git a/docs/public/static/talks.ts b/docs/public/static/talks.ts index 69b8b1fb1386c5..06a4f057981235 100644 --- a/docs/public/static/talks.ts +++ b/docs/public/static/talks.ts @@ -437,6 +437,12 @@ export const LIVE_STREAMS = [ ] as Talk[]; export const YOUTUBE_VIDEOS = [ + { + title: "What's new in Expo SDK 55", + event: 'Expo Tutorials', + videoId: 'q72aeXsbF9c', + uploadDate: '2026-02-26', + }, { title: 'AI mobile app development with Replit and Expo', event: 'Expo Tutorials', From fe63b3f3633cd04fcc053869b72f74806dd5bd44 Mon Sep 17 00:00:00 2001 From: Aman Mittal Date: Mon, 2 Mar 2026 21:43:53 +0530 Subject: [PATCH 2/7] [docs] Fix internal links for EAS Workflows examples introduction (#43560) --- docs/pages/deploy/build-project.mdx | 2 +- docs/pages/deploy/send-over-the-air-updates.mdx | 2 +- docs/pages/deploy/submit-to-app-stores.mdx | 2 +- docs/pages/deploy/web.mdx | 2 +- docs/pages/eas/workflows/automating-eas-cli.mdx | 2 +- docs/pages/eas/workflows/syntax.mdx | 2 +- docs/pages/review/share-previews-with-your-team.mdx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pages/deploy/build-project.mdx b/docs/pages/deploy/build-project.mdx index 37b9033167558b..bb49e24e8b8223 100644 --- a/docs/pages/deploy/build-project.mdx +++ b/docs/pages/deploy/build-project.mdx @@ -123,7 +123,7 @@ The workflow above will create Android and iOS builds on every commit to your pr -Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples). +Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples/introduction). ## Release builds locally diff --git a/docs/pages/deploy/send-over-the-air-updates.mdx b/docs/pages/deploy/send-over-the-air-updates.mdx index 55944bf38b1d0b..bd4251e707f821 100644 --- a/docs/pages/deploy/send-over-the-air-updates.mdx +++ b/docs/pages/deploy/send-over-the-air-updates.mdx @@ -50,7 +50,7 @@ The workflow above will send an over-the-air update for the `production` update -Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples). +Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples/introduction). ## Learn more diff --git a/docs/pages/deploy/submit-to-app-stores.mdx b/docs/pages/deploy/submit-to-app-stores.mdx index 32222ac29ca98f..c70580e743ee71 100644 --- a/docs/pages/deploy/submit-to-app-stores.mdx +++ b/docs/pages/deploy/submit-to-app-stores.mdx @@ -159,7 +159,7 @@ The workflow above will create Android and iOS builds on every commit to your pr -Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples). +Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples/introduction). ## Manual submission to app stores diff --git a/docs/pages/deploy/web.mdx b/docs/pages/deploy/web.mdx index 8ad545e4bafe48..f197f6aa90c011 100644 --- a/docs/pages/deploy/web.mdx +++ b/docs/pages/deploy/web.mdx @@ -61,7 +61,7 @@ The workflow above will create a web deployment on every commit to your project' -Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples). +Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples/introduction). ## Learn more diff --git a/docs/pages/eas/workflows/automating-eas-cli.mdx b/docs/pages/eas/workflows/automating-eas-cli.mdx index 4772a0928a7005..679f678305ea9b 100644 --- a/docs/pages/eas/workflows/automating-eas-cli.mdx +++ b/docs/pages/eas/workflows/automating-eas-cli.mdx @@ -119,7 +119,7 @@ You can provide parameters to update specific branches or channels, and configur Workflows are a powerful way to automate your development and release processes. Learn how to create development builds, publish preview updates, and create production builds with the workflows examples guide: -Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples). +Learn more about common patterns with the [workflows examples guide](/eas/workflows/examples/introduction). ## Learn more From 871c537db3681d77e725a8cc502bf961deaa0f5f Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 2 Mar 2026 08:43:30 -0800 Subject: [PATCH 3/7] [docs] Backport navigation bar docs changes --- .../versions/v55.0.0/sdk/navigation-bar.mdx | 76 ++----------------- 1 file changed, 8 insertions(+), 68 deletions(-) diff --git a/docs/pages/versions/v55.0.0/sdk/navigation-bar.mdx b/docs/pages/versions/v55.0.0/sdk/navigation-bar.mdx index bed1b04a693d67..0393f9250ef7d1 100644 --- a/docs/pages/versions/v55.0.0/sdk/navigation-bar.mdx +++ b/docs/pages/versions/v55.0.0/sdk/navigation-bar.mdx @@ -16,8 +16,6 @@ import { `expo-navigation-bar` enables you to modify and observe the native navigation bar on Android devices. Due to some Android platform restrictions, parts of this API overlap with the `expo-status-bar` API. -Properties are named after style properties; visibility, position, backgroundColor, borderColor, and so on. - The APIs in this package have no impact when "Gesture Navigation" is enabled on the Android device. There is currently no native Android API to detect if "Gesture Navigation" is enabled or not. ## Installation @@ -37,12 +35,9 @@ You can configure `expo-navigation-bar` using its built-in [config plugin](/conf [ "expo-navigation-bar", { - "backgroundColor": "#0f172a", + "enforceContrast": true, "barStyle": "light", - "borderColor": "#1f2937", - "visibility": "visible", - "behavior": "inset-swipe", - "position": "relative" + "visibility": "visible" } ] ] @@ -55,10 +50,10 @@ You can configure `expo-navigation-bar` using its built-in [config plugin](/conf