Skip to content
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

How to work with monorepo #55

Open
felixmosh opened this issue Oct 4, 2021 · 4 comments
Open

How to work with monorepo #55

felixmosh opened this issue Oct 4, 2021 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@felixmosh
Copy link

Hi,

Thank you for this awesome starter kit!

I want to use this starter kit as one of the packages inside a monorepo.
Tried to run it and it fails in multiple places.

One of them I've solved by preventing hoist of react-native packages.

Do you have a config for mono-repo?

@kanzitelli
Copy link
Owner

Hi @felixmosh! Thank you 🙏

I have never had the experience of setting up a monorepo with this starter, unfortunately. Maybe if you share the errors, I might help you somehow. Plus, it would be cool to have this config for the future!

@felixmosh
Copy link
Author

Since monoreo hoisting all the packages on the root node_module all the paths to react-native stuff are wrong.

I've tried not hoist them, then mobx(which was installed at the root level) has import to react-native and it fails.

@kanzitelli
Copy link
Owner

Hey @felixmosh!

Sorry, I've been super busy these days but I still don't have a solution for the issue you have raised :(
I will keep this issue open just in case if the solution will be found.

@kanzitelli kanzitelli added enhancement New feature or request help wanted Extra attention is needed labels Oct 27, 2021
@felixmosh
Copy link
Author

felixmosh commented Oct 28, 2021

Actually I've managed to run the ios version inside monorepo, unfortunately I've busy as well, so I put the project on hold for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants