This is an official starter Turborepo.
This Turborepo includes the following packages/apps:
native
: a react-native app built with expoweb
: a Next.js app built with react-native-webui
: a stub react-native component library shared by both web
and native
applicationstsconfig
: tsconfig.json
s used throughout the monorepoEach package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
Run the following command:
npx degit vercel/turbo/examples/with-react-native-web with-react-native-web cd with-react-native-web yarn install git init . && git add . && git commit -m "Init"
This is an official starter Turborepo with a Next.js site, a React Native app, and two local packages.
This is an official starter Turborepo.
This Turborepo includes the following packages/apps:
native
: a react-native app built with expoweb
: a Next.js app built with react-native-webui
: a stub react-native component library shared by both web
and native
applicationstsconfig
: tsconfig.json
s used throughout the monorepoEach package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
Run the following command:
npx degit vercel/turbo/examples/with-react-native-web with-react-native-web cd with-react-native-web yarn install git init . && git add . && git commit -m "Init"