expo / snack

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

feature(snackager): add support for mjs and cjs file extensions #590

Closed byCedric closed 1 month ago

byCedric commented 1 month ago

Why

Supersedes / closes #593

React navigation 7 will be published with both CJS and ESM builds. In order to support that, Snackager needs to be able to differentiate both.

How

Test Plan

See added tests + staging