-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test/react native share #79
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request was automatically deployed using Expo GitHub Actions!
|
Also testing it on EAS now: https://github.com/byCedric/expo-monorepo-example/actions/runs/3915548238/jobs/6693833419 |
@byCedric, I'm still getting this error (even after have used the patch): Any ideas about what could be causing this? Complete error message here: https://gist.github.com/rodolphoasb/2fcb8b8a7e01b9b4fcc51b9b94c2fb60 My eas.json:
What I'm running: |
Can you share a repo of your monorepo? It doesn't need to contain the app (e.g. drop all contents of the app, but keep the basic expo code), I'm more interested in the "skeleton" of the repository, e.g. where certain libraries are installed by pnpm. @rodolphoasb |
@byCedric, Here's a very similar repo structure where the error is also happening: https://github.com/mercado-rural/technobody Command that I'm running: Error: |
Linked issue
Testing react-native-share in a pnpm monorepo because of this tweet.
Additional context
Want to try it out yourself?
$ pnpm install
$ pnpm build
$ cd apps/mobile
$ npx expo run:android|ios
EAS also seems to work: https://github.com/byCedric/expo-monorepo-example/actions/runs/3915548238/jobs/6693833419