nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.54k stars 181 forks source link

Add line to `metro.config.js` suggested for Expo monorepos #337

Closed derek-primumco closed 1 year ago

derek-primumco commented 1 year ago

Add line to metro.config.js suggested for Expo monorepos

Git Log

✅ fix(examples): add missing line config.resolver.disableHierarchicalLookup = true and code comments to the metro.config.js files in the example-monorepos/ directory (Solito starters) because this line is recommended by Expo for monorepos and was required in testing to support adding a 2nd Next.js app to the same monorepo

Loom (Old Behavior / New Behavior)

https://www.loom.com/share/60328817201a4083aae06d870b62027d

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
solito-app ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 24, 2023 at 5:51PM (UTC)
with-custom-fonts ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 24, 2023 at 5:51PM (UTC)
1 Ignored Deployment | Name | Status | Preview | Comments | Updated | | :--- | :----- | :------ | :------- | :------ | | **solito** | ⬜️ Ignored ([Inspect](https://vercel.com/fernandorojo/solito/CKib3nW9UnteSFSvBW62r4Cup8eq)) | | | Feb 24, 2023 at 5:51PM (UTC) |
vercel[bot] commented 1 year ago

@derek-primumco is attempting to deploy a commit to the Beatgig Team on Vercel.

A member of the Team first needs to authorize it.

nandorojo commented 1 year ago

Thanks!