-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I define reporter in metro.config.js? #2020
Comments
Hey @zhiqingchen, you can use |
@szymonrybczak Thanks for the reply. The |
Is it possible to not override the reporter when it has been customized by the user? |
AFAIK you are not able to do that with current implementation. I think we can support this. Mind creating PR with adding this? |
ok, i will try |
Ask your Question
Cli always overrides the definition of reporter, I can't override the reporter in metro.config.js
metro reporter config
https://facebook.github.io/metro/docs/configuration/#reporter
cli override
https://github.com/react-native-community/cli/blob/main/packages/cli-plugin-metro/src/commands/start/runServer.ts#L56-L65
The text was updated successfully, but these errors were encountered: