Skip to content

Yarn Workspaces with React Native #2646

Answered by andreialecu
hanselabreu asked this question in Q&A
Discussion options

You must be logged in to vote

Seems your path is wrong in the metro config:

return path.join(__dirname, `../../node_modules/${module}`);

Everything seems to work with:

return path.join(__dirname, `./node_modules/${module}`);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hanselabreu
Comment options

Answer selected by hanselabreu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants