Fausto95 / react-native-web-rsbuild

React Native Web + RsBuild + Pnpm Workspaces Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monorepo for React Native + Pnpm Workspace

This is a monorepo consisting of:

My goal here was just to explore RsBuild as Webpack alternative. So far I've been able to get it working with React Native Web inside a monorepo.

Stack

Requirements

How to run

  • Clone the repository
  • Run pnpm install in the root folder

Running the web app

  • Run pnpm start:web in the root folder
  • Open http://localhost:3000 in your browser

Running the mobile app

  • Run pnpm start:mobile in the root folder

TODO

  • Fix react-native compilation errors from lib/design-system package

About

React Native Web + RsBuild + Pnpm Workspaces Example


Languages

Language:JavaScript 47.7%Language:TypeScript 39.9%Language:HTML 12.4%