History log of /expo/packages/ (Results 1 – 25 of 7094)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
04e66b1226-Sep-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[dev-launcher] Launch directly into previously opened project (#24614)

# Why

Closes ENG-10041

# How

In order to allow users to launch directly into previously opened
projects, this PR upda

[dev-launcher] Launch directly into previously opened project (#24614)

# Why

Closes ENG-10041

# How

In order to allow users to launch directly into previously opened
projects, this PR updates `startWithWindow` and `handleIntent` to try to
launch from the most recent URL of the RecentlyOpenedAppsRegistry. If
the bundle cannot be loaded, it falls back to the regular launcher.

This also refactors the existing dev-client and dev-launcher config
plugins adding a new `tryToLaunchLastOpenedBundle` parameter to the
Android and iOS plugin config types.

E.g.

```json
"plugins": [
[
"expo-dev-client",
{
"android": {
"tryToLaunchLastOpenedBundle": true
},
"ios": {
"tryToLaunchLastOpenedBundle": true
}
}
]
]
```

# Test Plan

Run dev-client through bare-expo on Android and iOS testing opening the
app directly, with and without "Recent Apps" and opening through deep
links

# Checklist


- [ ] 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: Łukasz Kosmaty <[email protected]>

show more ...


/expo/docs/.vale.ini
/expo/docs/.vale/writing-styles/expo-docs/Consistency.yml
/expo/docs/.vale/writing-styles/expo-docs/Ellipses.yml
/expo/docs/pages/app-signing/app-credentials.mdx
/expo/docs/pages/archive/classic-updates/building-standalone-apps.mdx
/expo/docs/pages/archive/managed-vs-bare.mdx
/expo/docs/pages/build-reference/e2e-tests.mdx
/expo/docs/pages/build-reference/troubleshooting.mdx
/expo/docs/pages/build-reference/variables.mdx
/expo/docs/pages/build-reference/variants.mdx
/expo/docs/pages/build/eas-json.mdx
/expo/docs/pages/core-concepts.mdx
/expo/docs/pages/custom-builds/get-started.mdx
/expo/docs/pages/debugging/tools.mdx
/expo/docs/pages/eas-update/build-locally.mdx
/expo/docs/pages/eas-update/github-actions.mdx
/expo/docs/pages/eas-update/migrate-from-classic-updates.mdx
/expo/docs/pages/get-started/expo-go.mdx
/expo/docs/pages/guides/ios-developer-mode.mdx
/expo/docs/pages/guides/localization.mdx
/expo/docs/pages/guides/monorepos.mdx
/expo/docs/pages/more/expo-cli.mdx
/expo/docs/pages/more/glossary-of-terms.mdx
/expo/docs/pages/preview/api-routes.mdx
/expo/docs/pages/preview/introduction.mdx
/expo/docs/pages/push-notifications/faq.mdx
/expo/docs/pages/push-notifications/push-notifications-setup.mdx
/expo/docs/pages/push-notifications/sending-notifications-custom.mdx
/expo/docs/pages/push-notifications/sending-notifications.mdx
/expo/docs/pages/tutorial/follow-up.mdx
/expo/docs/pages/versions/unversioned/sdk/auth-session.mdx
/expo/docs/pages/versions/unversioned/sdk/filesystem.mdx
/expo/docs/pages/versions/unversioned/sdk/flash-list.mdx
/expo/docs/pages/versions/unversioned/sdk/gesture-handler.mdx
/expo/docs/pages/versions/unversioned/sdk/netinfo.mdx
/expo/docs/pages/versions/v46.0.0/sdk/auth-session.mdx
/expo/docs/pages/versions/v46.0.0/sdk/filesystem.mdx
/expo/docs/pages/versions/v46.0.0/sdk/firebase-analytics.mdx
/expo/docs/pages/versions/v46.0.0/sdk/firebase-recaptcha.mdx
/expo/docs/pages/versions/v46.0.0/sdk/flash-list.mdx
/expo/docs/pages/versions/v46.0.0/sdk/gesture-handler.mdx
/expo/docs/pages/versions/v46.0.0/sdk/netinfo.mdx
/expo/docs/pages/versions/v46.0.0/sdk/stripe.mdx
/expo/docs/pages/versions/v47.0.0/sdk/auth-session.mdx
/expo/docs/pages/versions/v47.0.0/sdk/filesystem.mdx
/expo/docs/pages/versions/v47.0.0/sdk/firebase-analytics.mdx
/expo/docs/pages/versions/v47.0.0/sdk/firebase-recaptcha.mdx
/expo/docs/pages/versions/v47.0.0/sdk/flash-list.mdx
/expo/docs/pages/versions/v47.0.0/sdk/gesture-handler.mdx
/expo/docs/pages/versions/v47.0.0/sdk/netinfo.mdx
/expo/docs/pages/versions/v47.0.0/sdk/stripe.mdx
/expo/docs/pages/versions/v48.0.0/sdk/auth-session.mdx
/expo/docs/pages/versions/v48.0.0/sdk/filesystem.mdx
/expo/docs/pages/versions/v48.0.0/sdk/flash-list.mdx
/expo/docs/pages/versions/v48.0.0/sdk/gesture-handler.mdx
/expo/docs/pages/versions/v48.0.0/sdk/netinfo.mdx
/expo/docs/pages/versions/v48.0.0/sdk/stripe.mdx
/expo/docs/pages/versions/v49.0.0/sdk/auth-session.mdx
/expo/docs/pages/versions/v49.0.0/sdk/filesystem.mdx
/expo/docs/pages/versions/v49.0.0/sdk/flash-list.mdx
/expo/docs/pages/versions/v49.0.0/sdk/gesture-handler.mdx
/expo/docs/pages/versions/v49.0.0/sdk/netinfo.mdx
/expo/docs/pages/workflow/continuous-native-generation.mdx
/expo/docs/pages/workflow/ios-simulator.mdx
expo-dev-client/plugin/build/withDevClient.d.ts
expo-dev-client/plugin/build/withDevClient.js
expo-dev-client/plugin/src/withDevClient.ts
expo-dev-launcher/CHANGELOG.md
expo-dev-launcher/android/src/debug/assets/expo_dev_launcher_android.bundle
expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/DevLauncherController.kt
expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/DevLauncherRecentlyOpenedAppsRegistry.kt
expo-dev-launcher/ios/EXDevLauncherController.m
expo-dev-launcher/ios/EXDevLauncherRecentlyOpenedAppsRegistry.swift
expo-dev-launcher/ios/main.jsbundle
expo-dev-launcher/package.json
expo-dev-launcher/plugin/build/pluginConfig.d.ts
expo-dev-launcher/plugin/build/pluginConfig.js
expo-dev-launcher/plugin/build/withDevLauncher.d.ts
expo-dev-launcher/plugin/build/withDevLauncher.js
expo-dev-launcher/plugin/src/pluginConfig.ts
expo-dev-launcher/plugin/src/withDevLauncher.ts
/expo/yarn.lock
c06ce7d326-Sep-2023 Łukasz Kosmaty <[email protected]>

[task-manager][Android] Migrated codebase to use Expo modules API (#24157)

# Why

Migrated codebase to use Expo modules API

# Test Plan

- bare-expo ✅

bad6d38925-Sep-2023 Mark Lawlor <[email protected]>

fix(router): fix navigation with nested <Slot /> layouts (#24598)

# Why

Fixes: #24576

# How

We should be using `target` instead of `source` for our navigation.

# Test Plan

Added new t

fix(router): fix navigation with nested <Slot /> layouts (#24598)

# Why

Fixes: #24576

# How

We should be using `target` instead of `source` for our navigation.

# Test Plan

Added new test. Verified with reproduction from #24596

# 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 <[email protected]>

show more ...

8e07b09525-Sep-2023 Mark Lawlor <[email protected]>

feat(metro-config): Enable isCSSEnabled by default (#24489)

# Why

ENG-9887

# How

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

# Test Plan

<!--
Please describe h

feat(metro-config): Enable isCSSEnabled by default (#24489)

# Why

ENG-9887

# 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.
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 <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>

show more ...

1c8e3ea025-Sep-2023 Mark Lawlor <[email protected]>

feat(cli): Enable tsconfigPaths by default (#24490)

# Why

ENG-9888

# How

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

# Test Plan

<!--
Please describe how you t

feat(cli): Enable tsconfigPaths by default (#24490)

# Why

ENG-9888

# 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.
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 <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>

show more ...

6fbb1ad125-Sep-2023 Brent Vatne <[email protected]>

[changelog] Sync from sdk-49

5c44ab1e25-Sep-2023 Alan Hughes <[email protected]>

[android][splashscreen] remove isClickable from splashscreen view (#24601)

57cc75f723-Sep-2023 Douglas Lowder <[email protected]>

[expo-updates] fix reloadAsync() when isUsingExpoDevelopmentClient=true (#24588)

# Why

Fix a regression created in #21253 . After that change, `reloadAsync()`
would throw if called from a dev cl

[expo-updates] fix reloadAsync() when isUsingExpoDevelopmentClient=true (#24588)

# Why

Fix a regression created in #21253 . After that change, `reloadAsync()`
would throw if called from a dev client build.

Once this is merged, it should be cherry picked to sdk-49 branch.

# How

Fix the regression. See discussion at
https://github.com/expo/expo/pull/21253#discussion_r1329961204

# Test Plan

- CI should pass
- Customers report that this change fixes the issue

# Checklist

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

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

show more ...

5607436723-Sep-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[dev-launcher][ios] Fix Cmd+D opening React Native Debug Menu on launcher (#24580)

# Why

Close ENG-10142

# How

To prevent the React Native Debug Menu from being displayed on the
launcher screen w

[dev-launcher][ios] Fix Cmd+D opening React Native Debug Menu on launcher (#24580)

# Why

Close ENG-10142

# How

To prevent the React Native Debug Menu from being displayed on the
launcher screen we must unregister the KeyCommand from react-native. We
were already doing that inside
[_initAppWithUrl](https://github.com/expo/expo/blob/015c884fae8544ddd4e99e96387d0437fa609857/packages/expo-dev-launcher/ios/EXDevLauncherController.m#L515)
but that only affects new react-native instances and not the
dev-launcher itself. To fix that this PR updates the
`navigateToLauncher` function to also init the module observer. I
decided to not unregister cmd+d when `EX_DEV_LAUNCHER_URL` is present to
facilitate local development when working with dev-launcher

# Test Plan

Run dev-client through bare-expo with and without EX_DEV_LAUNCHER_URL

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

show more ...

86fe77d422-Sep-2023 Łukasz Kosmaty <[email protected]>

[permissions] Remove permissions package (#24081)

# Why

Removes `expo-permissions` package. That package was deprecated for a long time but never removed. I think we can do it now.

# ToDo

[permissions] Remove permissions package (#24081)

# Why

Removes `expo-permissions` package. That package was deprecated for a long time but never removed. I think we can do it now.

# ToDo

- [ ] publish new home app - will be done in a separate PR

# Test Plan

- bare-expo ✅
- expo-go ✅

show more ...

30a2771e22-Sep-2023 Cedric van Putten <[email protected]>

fix(asset): URL encode asset paths defined as query parameter (#24562)

# Why

Package folders may contain a `+` symbol when using isolated modules by
supported package managers. This happens for

fix(asset): URL encode asset paths defined as query parameter (#24562)

# Why

Package folders may contain a `+` symbol when using isolated modules by
supported package managers. This happens for `@expo/vector-icons` and
pnpm, for example:

<img width="1351" alt="image"
src="https://github.com/expo/expo/assets/1203991/f8c226ce-ba62-4b5a-bc30-422669845771">

While the path _is_ valid, the `+` is [interpreted as a special
character
(space)](https://datatracker.ietf.org/doc/html/rfc1738#section-2.2)
because it's not URL encoded.

# How

- Escape asset path (in `asset.httpServerLocation`) when defined as
?export_path` or `?unstable_path` query parameter.

# Test Plan

- Create a tabs pnpm project (see #24561)
- `$ pnpm expo start`
- Vector icons should work on both Android and iOS
- No warning in terminal must be logged:
<img width="839" alt="image"
src="https://github.com/expo/expo/assets/1203991/9e7e9b4c-44fd-4dc4-979f-6eccb17d5278">


# 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 <[email protected]>

show more ...

f56f51d522-Sep-2023 Łukasz Kosmaty <[email protected]>

[core][Android] Remove benchmark code (#24569)

# Why

Removes unused benchmark code.


0dde25e822-Sep-2023 Łukasz Kosmaty <[email protected]>

[android] [application] migrate to sweet API (#24568)

# Why

Improved version of https://github.com/expo/expo/pull/22585.

0823de9e22-Sep-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[dev-launcher][ios] Fix app launch when using multiple scenes (#24565)

# Why


When configuring an app that uses `UIApplicationSupportsMultipleScenes`,
UIApplication.shared.windows is unable to

[dev-launcher][ios] Fix app launch when using multiple scenes (#24565)

# Why


When configuring an app that uses `UIApplicationSupportsMultipleScenes`,
UIApplication.shared.windows is unable to find any UIWindow causing
ExpoDevLauncherAppDelegateSubscriber to fail to start

https://github.com/expo/expo/blob/284bb8887638b6c52273aea5d234288478ffff66/packages/expo-dev-launcher/ios/ReactDelegateHandler/ExpoDevLauncherAppDelegateSubscriber.swift#L12


Closes https://github.com/expo/expo/issues/23536
Closes ENG-9926

# How

This PR updates AppDelegateSubscriber to attempt to get a window from
`UIApplication.shared.delegate?.window` and then falls back to
`UIApplication.shared.windows` if a window is not located. I also tried
using `UIApplication.shared.connectedScenes` but returns an empty array

# Test Plan

Run dev-client through Bare Expo

<img width="400" alt="image"
src="https://github.com/expo/expo/assets/11707729/9988ab96-c920-4afd-a1a8-201c13c047da">


Run an [example
project](https://github.com/banesp/expo-dev-launcher-keywindow-bug-demo/tree/bare-with-scene-delegates)
using Carplay
<img width="1069" alt="image"
src="https://github.com/expo/expo/assets/11707729/8c3089f3-5842-4658-8ffc-5e1e38277e97">


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

show more ...

27e0894d22-Sep-2023 lukmccall <[email protected]>

[calendar][skip ci] Add changelog for #24102

8b21e58b22-Sep-2023 Thomas Mollard <[email protected]>

[ios][calendar] Fix url parsing when adding url in calendar event and reminder (#24102)

# Why

Resolves https://github.com/expo/expo/issues/13804 (the issue closed but the issue was actually never

[ios][calendar] Fix url parsing when adding url in calendar event and reminder (#24102)

# Why

Resolves https://github.com/expo/expo/issues/13804 (the issue closed but the issue was actually never fixed)

When adding a url to an event or a reminder in expo-calendar, the entire url is url-encoded and it cannot be used

# How

Use `NSURLComponents componentsWithString` that correctly parses the url passed as string (see [doc](https://developer.apple.com/documentation/foundation/nsurlcomponents/1572054-componentswithstring?language=objc)) and set `url` in `calendarEvent` or `reminder` if `URL` of `URLComponents` is not `nil`

# Test Plan

Tested locally in my application by updating the source code

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

show more ...

229dec0d22-Sep-2023 Łukasz Kosmaty <[email protected]>

[notifications][Android] Convert all exported modules to new API (#24499)

# Why

Converts all exported modules to new API in `expo-notifications`.

# Test Plan

- bare-expo ✅
- expo go ✅


/expo/android/expoview/src/main/java/host/exp/exponent/experience/DetachedModuleRegistryAdapter.kt
/expo/android/expoview/src/main/java/host/exp/exponent/utils/ScopedPermissionsRequester.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/ExperiencePackagePicker.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ExpoModuleRegistryAdapter.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ScopedExpoNotificationCategoriesModule.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ScopedExpoNotificationPresentationModule.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ScopedNotificationScheduler.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ScopedNotificationsEmitter.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ScopedNotificationsHandler.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ScopedServerRegistrationModule.kt
/expo/android/expoview/src/main/res/values/strings.xml
expo-modules-core/android/src/main/java/expo/modules/kotlin/ModuleRegistry.kt
expo-notifications/CHANGELOG.md
expo-notifications/android/src/main/java/expo/modules/notifications/Exceptions.kt
expo-notifications/android/src/main/java/expo/modules/notifications/NotificationsPackage.java
expo-notifications/android/src/main/java/expo/modules/notifications/Utils.kt
expo-notifications/android/src/main/java/expo/modules/notifications/badge/BadgeModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/ExpoBackgroundNotificationTasksModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/ExpoNotificationCategoriesModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/NotificationChannelGroupManagerModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/NotificationChannelManagerModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/emitting/NotificationsEmitter.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/NotificationsHandler.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/ExpoNotificationPresentationModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/NotificationScheduler.kt
expo-notifications/android/src/main/java/expo/modules/notifications/permissions/NotificationPermissionsModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/serverregistration/ServerRegistrationModule.kt
expo-notifications/android/src/main/java/expo/modules/notifications/service/NotificationsService.kt
expo-notifications/android/src/main/java/expo/modules/notifications/tokens/PushTokenModule.kt
expo-notifications/expo-module.config.json
b7576b8a21-Sep-2023 Alan Hughes <[email protected]>

[fix][calendar] Fix iOS 17 permissions in current module (#24545)

a2441f5f21-Sep-2023 Mark Lawlor <[email protected]>

feat: separate Expo Web & Metro types from router (#24255)

# Why

[ENG-9978
](https://linear.app/expo/issue/ENG-9978/split-the-typed-environment-feature-out-of-typed-routes)

Expo Router includ

feat: separate Expo Web & Metro types from router (#24255)

# Why

[ENG-9978
](https://linear.app/expo/issue/ENG-9978/split-the-typed-environment-feature-out-of-typed-routes)

Expo Router included TypeScript definitions for Expo Web and Metro. I'm
not 100% sure the best place to move these types too, so I'm open to
suggestions.

`expo` for Expo Web, as there is no Expo Web package and these are
global environment types.
`@expo/metro-config`. Its a bit weird putting these types in the config
package, but this is also where a lot of the related code is.

# 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.
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 <[email protected]>

show more ...

34a1b52d21-Sep-2023 Mark Lawlor <[email protected]>

fix(router): correctly clone hoisted groups (#24218)

# Motivation

Fixes: https://github.com/expo/router/issues/805

Hoisted routes inside array groups were not being correctly cloned. The
matc

fix(router): correctly clone hoisted groups (#24218)

# Motivation

Fixes: https://github.com/expo/router/issues/805

Hoisted routes inside array groups were not being correctly cloned. The
matcher was not detecting the hoisted route and the cloning logic
assumed one set of groups, but a hoisted route may have many.

# Execution

* Updated `matchGroupName` regex to allow for leading/trailing folder
names.
* Updated `fileNodeToRouteNode` logic to extrapolate multiple array
groups

# Test Plan

Modified the example in https://github.com/expo/router/issues/805 to
include a set of nested groups as well.

File tree is

```
events/_layout // <Slot />
events/(manage,preview)/_layout // <Slot />
events/(manage,preview)/[eventId]
events/(manage,preview)/(a,b)/_layout // <Slot />
events/(manage,preview)/(a,b)/test
```

Current (2.0.4) Sitemap:

![localhost_8081__sitemap
(1)](https://github.com/expo/router/assets/3946701/e32d867f-055f-40f5-a25f-94113e39c40b)

After:


![localhost_8081__sitemap](https://github.com/expo/router/assets/3946701/2ed2c4ce-f63d-4df0-aca1-97443c4a329e)

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...

7f9ebcf121-Sep-2023 Evan Bacon <[email protected]>

chore(expo-dev-menu): Drop support for configuring SDK 44 and below with Prebuild. (#24504)

# Why

Config plugins are versioned with versioned packages, meaning they
shouldn't need to be SDK vers

chore(expo-dev-menu): Drop support for configuring SDK 44 and below with Prebuild. (#24504)

# Why

Config plugins are versioned with versioned packages, meaning they
shouldn't need to be SDK versioned at all. Even if they were, SDK 44 is
pretty far back. On top of that, these checks don't support UNVERSIONED.

<!--
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.
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 <[email protected]>

show more ...

cf6af4e921-Sep-2023 aleqsio <[email protected]>

[expo-image][web] Add header support (#24447)

Co-authored-by: Łukasz Kosmaty <[email protected]>


/expo/.github/workflows/pr-labeler.yml
/expo/android/app/src/main/res/layout/error_fragment.xml
/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/ExceptionUtils.kt
/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/ManifestException.kt
/expo/android/expoview/src/main/java/host/exp/exponent/experience/BaseExperienceActivity.kt
/expo/android/expoview/src/main/java/host/exp/exponent/experience/ErrorActivity.kt
/expo/android/expoview/src/main/java/host/exp/exponent/experience/ErrorFragment.kt
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/ExponentError.kt
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/ExponentErrorMessage.kt
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/Kernel.kt
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/ExperiencePackagePicker.kt
/expo/apps/bare-expo/ios/Podfile.lock
/expo/docs/pages/get-started/expo-go.mdx
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/EXManifestResource.h
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/EXManifestResource.m
/expo/ios/Exponent/Kernel/Views/EXErrorView.m
/expo/ios/Exponent/Kernel/Views/EXErrorView.xib
/expo/ios/Podfile.lock
expo-image/CHANGELOG.md
expo-image/build/ExpoImage.web.d.ts
expo-image/build/ExpoImage.web.d.ts.map
expo-image/build/ExpoImage.web.js
expo-image/build/ExpoImage.web.js.map
expo-image/build/Image.types.d.ts
expo-image/build/Image.types.d.ts.map
expo-image/build/Image.types.js.map
expo-image/build/utils/blurhash/useBlurhash.d.ts
expo-image/build/utils/blurhash/useBlurhash.d.ts.map
expo-image/build/utils/blurhash/useBlurhash.js
expo-image/build/utils/blurhash/useBlurhash.js.map
expo-image/build/web/ImageWrapper.d.ts.map
expo-image/build/web/ImageWrapper.js
expo-image/build/web/ImageWrapper.js.map
expo-image/build/web/ImageWrapper.types.d.ts
expo-image/build/web/ImageWrapper.types.d.ts.map
expo-image/build/web/ImageWrapper.types.js.map
expo-image/build/web/hooks.d.ts
expo-image/build/web/hooks.d.ts.map
expo-image/build/web/hooks.js
expo-image/build/web/hooks.js.map
expo-image/src/ExpoImage.web.tsx
expo-image/src/Image.types.ts
expo-image/src/utils/blurhash/useBlurhash.tsx
expo-image/src/web/ImageWrapper.tsx
expo-image/src/web/ImageWrapper.types.ts
expo-image/src/web/hooks.ts
12cf856121-Sep-2023 lukmccall <[email protected]>

[core][Android] Fix failing instrumental tests

1a3a1db520-Sep-2023 Evan Bacon <[email protected]>

Update tsconfigs to node 18 (current LTS) (#24471)

# Why

Expo supports Node.js LTS, this is currently Node 18. This PR updates
from 14 to 18.

<!--
Please describe the motivation for this PR,

Update tsconfigs to node 18 (current LTS) (#24471)

# Why

Expo supports Node.js LTS, this is currently Node 18. This PR updates
from 14 to 18.

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

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


@expo/cli/CHANGELOG.md
@expo/cli/bin/cli.ts
@expo/cli/package.json
@expo/cli/src/config/configAsync.ts
@expo/cli/src/config/index.ts
@expo/cli/src/customize/generate.ts
@expo/cli/src/customize/typescript.ts
@expo/cli/src/export/embed/index.ts
@expo/cli/src/export/index.ts
@expo/cli/src/export/web/index.ts
@expo/cli/src/install/installAsync.ts
@expo/cli/src/login/index.ts
@expo/cli/src/logout/index.ts
@expo/cli/src/prebuild/index.ts
@expo/cli/src/prebuild/prebuildAsync.ts
@expo/cli/src/register/index.ts
@expo/cli/src/run/android/index.ts
@expo/cli/src/run/ios/index.ts
@expo/cli/src/start/index.ts
@expo/cli/src/start/server/metro/MetroBundlerDevServer.ts
@expo/cli/src/utils/cocoapods.ts
@expo/cli/src/whoami/index.ts
@expo/fingerprint/CHANGELOG.md
@expo/fingerprint/build/utils/Path.js
@expo/fingerprint/build/utils/Path.js.map
@expo/metro-config/CHANGELOG.md
@expo/metro-config/build/transform-worker/css-modules.js
@expo/metro-config/build/transform-worker/css-modules.js.map
@expo/metro-config/build/transform-worker/postcss.js
@expo/metro-config/build/transform-worker/postcss.js.map
@expo/metro-config/build/transform-worker/transform-worker.js
@expo/metro-config/build/transform-worker/transform-worker.js.map
@expo/metro-config/src/transform-worker/css-modules.ts
@expo/metro-config/src/transform-worker/postcss.ts
@expo/metro-config/src/transform-worker/transform-worker.ts
@expo/package-manager/CHANGELOG.md
@expo/package-manager/build/ios/CocoaPodsPackageManager.js
@expo/package-manager/build/ios/CocoaPodsPackageManager.js.map
@expo/package-manager/build/node/BasePackageManager.js
@expo/package-manager/build/node/BasePackageManager.js.map
@expo/package-manager/build/node/BunPackageManager.js
@expo/package-manager/build/node/BunPackageManager.js.map
@expo/package-manager/build/node/NpmPackageManager.js
@expo/package-manager/build/node/NpmPackageManager.js.map
@expo/package-manager/build/node/PnpmPackageManager.js
@expo/package-manager/build/node/PnpmPackageManager.js.map
@expo/package-manager/build/node/YarnPackageManager.js
@expo/package-manager/build/node/YarnPackageManager.js.map
@expo/prebuild-config/CHANGELOG.md
@expo/prebuild-config/build/plugins/unversioned/expo-ads-admob/expo-ads-admob.d.ts
@expo/prebuild-config/build/plugins/unversioned/expo-branch/expo-branch.d.ts
@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/expo-navigation-bar.d.ts
@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/expo-splash-screen.d.ts
@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/expo-system-ui.d.ts
@expo/server/CHANGELOG.md
@expo/server/build/environment.js
@expo/server/build/environment.js.map
create-expo-module/package.json
create-expo-module/tsconfig.json
expo-module-scripts/CHANGELOG.md
expo-module-scripts/package.json
expo-modules-autolinking/CHANGELOG.md
expo-modules-autolinking/build/ExpoModuleConfig.js
expo-modules-autolinking/build/ExpoModuleConfig.js.map
expo-modules-autolinking/package.json
expo-modules-autolinking/tsconfig.json
expo-task-manager/CHANGELOG.md
expo-test-runner/build/BundlerController.js
expo-test-runner/build/BundlerController.js.map
expo-test-runner/build/ConfigReader.js
expo-test-runner/build/ConfigReader.js.map
expo-test-runner/build/TemplateEvaluator.js
expo-test-runner/build/TemplateEvaluator.js.map
expo-test-runner/build/TemplateFile.js
expo-test-runner/build/TemplateFile.js.map
expo-test-runner/build/TemplateProject.js
expo-test-runner/build/TemplateProject.js.map
expo-test-runner/package.json
expo-test-runner/tsconfig.json
expo-updates/CHANGELOG.md
expo-updates/cli/cli.ts
expo-updates/cli/configureCodeSigning.ts
expo-updates/cli/generateCodeSigning.ts
expo-updates/tsconfig.cli.json
/expo/tsconfig.node.json
/expo/yarn.lock
0afd420b20-Sep-2023 Evan Bacon <[email protected]>

fix(router): prevent circular navigation references. (#24548)

# Why

- fix regression in https://github.com/expo/expo/pull/24457

# How

- clone objects to prevent circular references.

# Te

fix(router): prevent circular navigation references. (#24548)

# Why

- fix regression in https://github.com/expo/expo/pull/24457

# How

- clone objects to prevent circular references.

# Test Plan

- Added test that could repro the issue.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...

12345678910>>...284