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

Suggestion: document that the root of the project must be a git repo #51

Open owencm opened 2 years ago

owencm commented 2 years ago

The problem encountered, TL;DR

If you try to eas build one of the apps, but you haven't initialized the root of the yarn workspace as a git repo, the build fails.

The problem I encountered, in detail

Suggestion

(FYI: I have also filed a Canny suggestion for eas-cli to auto detect yarn workspaces and upload the files correctly, which would negate this failure mode)