react-native-boilerplate icon indicating copy to clipboard operation
react-native-boilerplate copied to clipboard

[Help Wanted] Anyone here using a monorepo setup with React Native Boilerplate

Open ha-family opened this issue 5 months ago β€’ 1 comments

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 πŸ‘€

ha-family avatar Aug 21 '25 09:08 ha-family

We have use Lerna & it's straight forward. Building multiple apps & E2E with same same business logic is what we acheived.

AbhinayMe avatar Nov 14 '25 06:11 AbhinayMe