Skip to content

A monorepo consisting of multiple expo apps that are consumed inside the `home` super-app

Notifications You must be signed in to change notification settings

iambharath87/expo-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turborepo react-native starter

This is an official starter Turborepo.

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • native: a react-native app built with expo. This serves as our host app.
  • credit-card: a react-native app built with expo. This serves as a standalone expo app & as a credit-card module that can be consumed by the host app.
  • web: a Next.js app built with react-native-web
  • ui: a stub react-native component library shared by both web and native applications
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Using this example

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"

About

A monorepo consisting of multiple expo apps that are consumed inside the `home` super-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published