Replies: 3 comments 9 replies
-
@zkochan do you have any thoughts/input here? 🙏 |
Beta Was this translation helpful? Give feedback.
8 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
I have to set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In React Native Monorepo setups setting
node-linker=hoisted
is a must to have module resolution play well with metro. However, seems that there's no way in pnpm to avoid public hoisting (deps being installed in root node_modules instead of project) similar to what yarn workspacesnohoist
would do, is that true? Anyway to disable it?The following does not have any effect with
node-linker=hoisted
Beta Was this translation helpful? Give feedback.
All reactions