-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable pnpm symlinks without hoisting #6
Comments
Reant Native 0.72 with symlink support was just released: https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks As soon as Expo upgrades and supports this version, we can try it out |
Expo SDK 50 is out, which uses React Native 0.73 internally. React 0.73 has made symlink support stable. If it doesn't work out of the box (without Specifically, maybe this workaround is helpful (although
|
@rnx-kit/metro-resolver-symlinks
for pnpm without hoisting
Seems like Expo SDK 50 with RN 0.73 is still a problem for pnpm without hoisting config, at least for now: |
Also asked Expo and pnpm maintainers over here in the open |
Wonder if this new
@rnx-kit/metro-resolver-symlinks
could be used also with an Expo project... 🤔 (to avoid thenode-linker=hoist
in pnpm)facebook/metro#1 (comment)
Looks like this
kitchen-sink
Expo app is using it 👀https://github.com/tamagui/tamagui/blob/fd7105ebf1ce6feb362dcad5da64f205e6b71b69/apps/kitchen-sink/metro.config.js#L2-L9
cc @ProchaLu
The text was updated successfully, but these errors were encountered: