This is an official starter Turborepo.
Run the following command:
npx create-turbo@latest -e with-react-native-webThis Turborepo includes the following packages/apps:
native: a react-native app built with expoweb: a Next.js app built with react-native-web@/components/ui: a stub react-native component library shared by bothwebandnativeapplications@repo/typescript-config:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- Expo for native development
- TypeScript for static type checking
- Prettier for code formatting