Dev command to use (Monorepo, Yarn Workspaces) #565
Unanswered
abanobboles
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the library to create a package in a monorepo with yarn workspaces.
And it all works, I just have to run prepare once at the beginning.
And if I have expo running and change something in the package, expo automatically gets this and takes over the change from the package.
But if I start the web version with expo, no changes are recognized and therefore I have to run the prepare command so that it is adopted.
Hence my question how can I solve this, is there a dev command I can use. I have not found one.
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions