Запитання 11
How should you structure a monorepo for a React Native project?
Варіанти відповідей
Use Yarn workspaces or Turborepo with shared packages for UI, core logic, and API; keep native dependencies in the mobile app package.
Put all code in a single folder without separation for simplicity.
Keep native dependencies in shared packages rather than mobile app.
Use multiple separate repositories for every feature to avoid complexity.