Skip to content

Commit 1de88bd

Browse files
committed
fix: add @babel/runtime dep for Metro bundler compat with pnpm
1 parent 21969e5 commit 1de88bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mobile/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build:android": "eas build --platform android"
1212
},
1313
"dependencies": {
14+
"@babel/runtime": "^7.29.2",
1415
"@react-native-async-storage/async-storage": "~2.1.0",
1516
"@react-native-community/netinfo": "~11.4.0",
1617
"@supabase/supabase-js": "^2.99.2",

mobile/pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)