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: vendor expo-modules-core from Snack Runtime #578

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

byCedric
Copy link
Member

@byCedric byCedric commented Apr 26, 2024

Why

Expo modules core is importing crypto in one of its files, which causes Snackager to panic. This vendors expo-modules-core and keeps it out of Snackager's list of problems.

How

  • Marked expo-modules-core as external in Snackager
  • Alias expo-modules-core in Runtime
  • Alias expo-modules-core in Snack Runtime (custom)

Test Plan

expo-symbols seems to be compilable by Snackager now! https://github.com/expo/snack/actions/runs/8852447955/job/24311170804

@byCedric byCedric merged commit 4dede9b into main Apr 26, 2024
22 checks passed
@byCedric byCedric deleted the fix/vendor-expo-modules-core branch April 26, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant