You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entry file is defined package.json"main": "index.ts"
Entry file content:
// setup sentry then import the routerimport"./sentry-setup";// This is the entry point for the Expo app.// It is responsible for setting up the router, root component and loading pages.import"expo-router/entry";
Provide environment information
npx envinfo --system --binaries
npx expo-env-info
Describe the bug
Running
tsc --noEmit
throws internal expo router errors alongside project type errors.Entry file is defined
package.json
"main": "index.ts"
Entry file content:
Currently using a t3-turbo setup with yarn.
tsconfig.json
Link to reproduction
Couldn't reproduce the issue for now with a fresh expo app (will test with a new t3 project)
To reproduce
Couldn't reproduce the issue for now with a fresh expo app (will test with a new t3 project)
Additional information
No response
The text was updated successfully, but these errors were encountered: