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
Describe the bug
I installed the new project template with expo then read the readme and made sure my metro and babel was correct, and I encounter the following issue on startup.
I go to run yarn ios (I've also tried prebuild clean, and adding no build cache to yarn ios)
Metro has encountered an error:
context.fileSystemLookup is not a function: /Users/mac/Documents/GitHub/project/app/packages/mobile-ui/node_modules/metro-resolver/src/resolve.js (449:32)
447 | };
448 | }
> 449 | const lookupResult = context.fileSystemLookup(redirectedPath);
450 | if (lookupResult.exists && lookupResult.type === "f") {
451 | return lookupResult.realPath;
452 | }
RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
__CFRunLoopRun
To Reproduce
Install the template with expo from scratch on the latest version
Additional context
I'm in a monorepo setup with yarn workspaces, my project has another expo app in a different project within the monorepo
The text was updated successfully, but these errors were encountered:
Describe the bug
I installed the new project template with expo then read the readme and made sure my metro and babel was correct, and I encounter the following issue on startup.
I go to run yarn ios (I've also tried prebuild clean, and adding no build cache to yarn ios)
To Reproduce
Install the template with expo from scratch on the latest version
Additional context
I'm in a monorepo setup with yarn workspaces, my project has another expo app in a different project within the monorepo
The text was updated successfully, but these errors were encountered: