Skip to content

[pull] main from expo:main#13

Merged
pull[bot] merged 6 commits into
code:mainfrom
expo:main
Jul 17, 2025
Merged

[pull] main from expo:main#13
pull[bot] merged 6 commits into
code:mainfrom
expo:main

Conversation

@pull

@pull pull Bot commented Jul 17, 2025

Copy link
Copy Markdown

See Commits and Changes for more details.


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

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

alanjhughes and others added 6 commits July 17, 2025 12:54
…s page (#38127)

# Why

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

# How

<!--
How did you build this feature or fix this bug and why?
-->

# 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.
-->

# 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)
Co-authored-by: aleqsio <mikucki@gmail.com>
# Why

It was created a long time ago and has not been maintained.

# How

I extracted all the intents from
[Settings/AndroidManifest.xml](https://cs.android.com/android/platform/superproject/main/+/main:packages/apps/Settings/AndroidManifest.xml),
then removed any that no longer work or no longer exist as valid
settings intents.
# Why

Users should be able to create static redirects to external URLs in their app config:

```json
{
  "plugins": [[
    "expo-router", {
    "redirects": [{
      "source": "/x/src",
      "destination": "https://github.com/EvanBacon/expo-dom-components-example"
    }]
  }]]
}
```

<!--
Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests.
-->

# How

Check the route URL to see if it begins with `http(s)` and skip processing as necessary.

<!--
How did you build this feature or fix this bug and why?
-->

# Test Plan

<video width=400 src="https://github.com/user-attachments/assets/b561f979-45f5-451c-95c2-48e5c9e9e1c8"></video>

```
cd packages/@expo/cli && yarn test:e2e static-redirects-ssr
```

<!--
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.
-->

# Checklist

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

- [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).
- [x] 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 Jul 17, 2025
@pull pull Bot added the ⤵️ pull label Jul 17, 2025
@pull pull Bot merged commit 8168ac9 into code:main Jul 17, 2025
20 of 22 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.

5 participants