-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Prepend passed sourceExts to default ones and pass them to metro #21855
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code analysis results:
eslint
found some issues.
Fixes react-native start not using passed --sourceExts facebook#21854
838bd9f
to
b86073c
Compare
@grabbou can you please check this? Is a documented feature that is not working with the latest release |
Thank you for submitting this PR. I'll let @rafeca to take a look at it as he is more familiar with Metro. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rafeca is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@elyalvarado merged commit ce86080 into |
…855) Summary: Fixes react-native start not using passed --sourceExts #21854 Pull Request resolved: facebook/react-native#21855 Differential Revision: D12840358 Pulled By: rafeca fbshipit-source-id: 4ee09341b5128d83274a39d8d01c13749efaa78b
…ebook#21855) Summary: Fixes react-native start not using passed --sourceExts facebook#21854 Pull Request resolved: facebook#21855 Differential Revision: D12840358 Pulled By: rafeca fbshipit-source-id: 4ee09341b5128d83274a39d8d01c13749efaa78b
Fixes react-native start not using passed --sourceExts #21854
Test Plan:
Release Notes:
[CLI] [BUGFIX] [ local-cli/server/runServer.js] - Pass down --sourceExts to metro packager (fixes regression)