Turborepo without Expo?

Is there a way to get things working in a Turborepo without the expo app? I'm assuming the Expo app adds a bunch of bloat / workaround which wouldn't be needed without Expo
4 Replies
Max
Max4mo ago
Just remove it and all references to in your turbo setup, root package json workspace, and ci/cd.
Matvey
Matvey4mo ago
just use one of the examples from the turborepo repo https://github.com/vercel/turbo/tree/main/examples
GitHub
turbo/examples at main · vercel/turbo
Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo. - vercel/turbo
v-for-v
v-for-v4mo ago
Usually RN means bringing in a bunch of hacks to get it working in a monorepo setup so wanna be sure none remain Those aren't tRCP
Max
Max4mo ago
Yeah I think the only way is to do it. Pull things out see errors iterate until happy. Use git so you can revert as needed. Good luck