byCedric / expo-monorepo-example

Fast pnpm monorepo for cross-platform apps built with Expo / React Native and React.
https://docs.expo.dev/guides/monorepos/
MIT License
724 stars 76 forks source link

refactor: use improved monorepo support from sdk 43 #16

Closed byCedric closed 3 years ago

byCedric commented 3 years ago

Linked issue

With SDK 43, we introduced a lot of improvements that should make overall usage with monorepos easier. You no longer need expo-yarn-workspaces to use monorepos, and theoretically, it should also work with npm workspaces. This is a test integration to make sure everything works as expected.

Additional context

DO NOT use this in production yet.

byCedric commented 3 years ago

Superseded by #18