-
I've been trying to figure out how I can use absolute paths for imports within folders within Say I have a folder structure like this
and I want to be able to import a component from the My I've tried adding a root Anyone know how I'd go about doing this? Or seen an example of a working monorepo like this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The module resolver should work fine in your Can you check your node modules for another package named |
Beta Was this translation helpful? Give feedback.
The module resolver should work fine in your
apps/expo
. But I’m surprised you need it. It won’t let you import fromapp/*
?Can you check your node modules for another package named
app
?