"customize,metro.config.js" is not an expo command

I need to customize my metro.config.js file and am following the docs here (Metro bundler - Expo Documentation) however I get an error message stating ““customize,metro.config.js” is not an expo command”. Are these docs outdated or how do I properly customize my metro.config.js file?

Hi @jake-mulhern

The docs are actually not out of date, but rather it seems you’re using Expo SDK 45. The docs need to be tweaked to say “if you’re using Expo SDK 45, then do this instead …”

Similar to this:

1 Like

I see that Aman has updated the docs to include the command for Expo SDK <= 45.

1 Like