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

chore(metro-runtime): Use process.env.EXPO_OS platform env checks to reduce #27636

Merged
merged 3 commits into from Mar 15, 2024

Conversation

EvanBacon
Copy link
Contributor

Why

  • Importing react-native (native or web) is heavy and can lead to places for web tree shaking to break. In root libraries such as expo/metro-runtime we should make all code paths as light as possible.
  • This change uses the process.env.EXPO_OS global transform to skip importing react-native at the bundle root for certain passes.

Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@EvanBacon
Copy link
Contributor Author

blocked on #27637

@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Mar 13, 2024
@EvanBacon EvanBacon merged commit dd80015 into main Mar 15, 2024
9 of 10 checks passed
@EvanBacon EvanBacon deleted the @evanbacon/metro-runtime/use-platform-env branch March 15, 2024 19:57
marklawlor pushed a commit that referenced this pull request Mar 18, 2024
…o reduce (#27636)

# Why

- Importing `react-native` (native or web) is heavy and can lead to
places for web tree shaking to break. In root libraries such as
`expo/metro-runtime` we should make all code paths as light as possible.
- This change uses the `process.env.EXPO_OS` global transform to skip
importing react-native at the bundle root for certain passes.

---------

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.

None yet

3 participants