You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m playing around with react-native-boilerplate and thinking about moving everything into a monorepo setup. Mostly for easier code sharing and keeping things more organized.
Couple of questions:
What’s the easiest way to get monorepo working nicely with react-native-boilerplate?
Do you prefer Nx, or would you recommend something else (Turborepo, Lerna, etc.)?
Any gotchas or best practices I should know about before diving in?
Curious to hear what’s been working (or not working) for you all 👀