We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It appears that a community member @Zn4rK has figured out how to use Expo and Expo Router with pnpm symlinks (without node-linker=hoisted in .npmrc):
node-linker=hoisted
.npmrc
It would be great to get:
expo/expo
Being able to support pnpm symlinks with the Metro symlink support is more performant than the current pnpm integration using node-linker=hoisted in .npmrc.
More context in the related issues:
The text was updated successfully, but these errors were encountered:
Awesome idea @karlhorky. Removing node-linker-hoisted makes a notable difference in the long run.
node-linker-hoisted
I gotta say it's nice to see pnpm work with turborepo AND expo. Lifesaver, thanks @Zn4rK.
Sorry, something went wrong.
No branches or pull requests
Description of the feature
It appears that a community member @Zn4rK has figured out how to use Expo and Expo Router with pnpm symlinks (without
node-linker=hoisted
in.npmrc
):It would be great to get:
expo/expo
or somewhere else)Motivation
Being able to support pnpm symlinks with the Metro symlink support is more performant than the current pnpm integration using
node-linker=hoisted
in.npmrc
.Additional context
More context in the related issues:
The text was updated successfully, but these errors were encountered: