Turborepo react-native starter
This is an official starter Turborepo.
Using this example
Run the following command:
npx create-turbo@latest -e with-react-native-web
What's inside?
This Turborepo includes the following packages/apps:
Apps and Packages
native
: a react-native app built with expoweb
: a Next.js app built with react-native-web@repo/ui
: a stub react-native component library shared by bothweb
andnative
applications@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
Utilities
This Turborepo has some additional tools already setup for you:
- Expo for native development
- TypeScript for static type checking
- Prettier for code formatting
vercel/turborepo
Turborepo & React Native Starter
This is an official starter Turborepo with a Next.js site, a React Native app, and two local packages.
Turborepo react-native starter
This is an official starter Turborepo.
Using this example
Run the following command:
npx create-turbo@latest -e with-react-native-web
What's inside?
This Turborepo includes the following packages/apps:
Apps and Packages
native
: a react-native app built with expoweb
: a Next.js app built with react-native-web@repo/ui
: a stub react-native component library shared by bothweb
andnative
applications@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
Utilities
This Turborepo has some additional tools already setup for you:
- Expo for native development
- TypeScript for static type checking
- Prettier for code formatting