Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix using parenthesis parenthesis in urls #27120

Merged
merged 4 commits into from
Feb 19, 2024
Merged

Conversation

marklawlor
Copy link
Contributor

Why

Fix: #27079

How

The main piece of code is this section

https://github.com/expo/expo/compare/marklawlor/router/27079?expand=1#diff-3e9fec263895ac4dce1d95d89bdecbec2fc2d732ae632deeab9ae808ce2e0ebbR372-R374

Test Plan

Added

  • Tests for segments
  • Tests for search parameters

Checklist

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Feb 15, 2024
Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Feb 15, 2024
@marklawlor marklawlor merged commit 61b3407 into main Feb 19, 2024
9 checks passed
@marklawlor marklawlor deleted the marklawlor/router/27079 branch February 19, 2024 22:26
aleqsio pushed a commit that referenced this pull request Feb 22, 2024
# Why

Fix: #27079

# How

The main piece of code is this section


https://github.com/expo/expo/compare/marklawlor/router/27079?expand=1#diff-3e9fec263895ac4dce1d95d89bdecbec2fc2d732ae632deeab9ae808ce2e0ebbR372-R374


# Test Plan

Added
- Tests for segments
- Tests for search parameters

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

---------

Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@brentvatne brentvatne added the published Changes from the PR have been published to npm label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint compatible bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expo Router not sending Params with Parens "()"
4 participants