-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Yarn workspace support #127
Comments
If the react native app is in a yarn workspace you can get everything to work by adding react native owl to the no-hoist list in your root package.json.
|
I am also seeing same issue. Even
Anyone has any success using this with workspaces ? |
@g-tiwari |
@bc-bane and I have not found a solution to this |
@mahcloud Can you provide sandbox link to the solution ? |
sorry @g-tiwari I'm saying I don't have a solution. So I don't have anything to sandbox. We went with Chromatic instead. |
Hi,
I'm very excited to try out this library.
Unfortunately, my app is in a yarn workspace.
Is there a way to configure where it is looking for the owl library?
I'm getting this error when I try to run owl build.
The build script seems to be looking in the package for node_modules, but the node_modules are at the root of project because they were hoisted via yarn workspaces.
The text was updated successfully, but these errors were encountered: