Skip to content

Conversation

@troZee
Copy link

@troZee troZee commented Nov 28, 2025

Description
resolveRequest is not accepted when it is provided inside the metro config

How to test it?

const config = {
  resolver: {
    useWatchman: false,
    resolveRequest: (context, moduleName, platform) => {
      console.log('[Custom Resolver] Resolving:', moduleName);
      return context.resolveRequest(context, moduleName, platform);
    },
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant