expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
347 stars 96 forks source link

fix(runtime): vendor `expo-modules-core` for SDK 49 #580

Closed byCedric closed 2 months ago

byCedric commented 2 months ago

Why

Since we recently switched to vendoring Expo Modules Core, Snackager externalizes expo-modules-core now. This works well, and since older SDK packages are cached and served from cache, this also works on older SDK 49.

Unfortunately, one of our partners used a newer package on an older runtime, which triggered an error related to this. This fixes that.

How

Test Plan

TBD