react-native-boilerplate
react-native-boilerplate copied to clipboard
[Help Wanted] Anyone here using a monorepo setup with React Native Boilerplate
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 π
We have use Lerna & it's straight forward. Building multiple apps & E2E with same same business logic is what we acheived.