facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.25k stars 626 forks source link

Updated link to the react native loadMetroConfig.js file #1157

Closed chronoB closed 11 months ago

chronoB commented 11 months ago

Summary

The link to the loadMetroConfig.js in the React Native Repository was broken because the package was relocated (see https://github.com/react-native-community/cli/blob/main/packages/cli-plugin-metro/README.md). I changed the link to send the user to the new file in the facebook/react-native repository.

Test plan

changed the link to a working one.

-- I completed the CLA right now.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2e4195c) 83.12% compared to head (05a1cc2) 83.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1157 +/- ## ======================================= Coverage 83.12% 83.12% ======================================= Files 206 206 Lines 10564 10564 Branches 2622 2622 ======================================= Hits 8781 8781 Misses 1783 1783 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

chronoB commented 11 months ago

Didn't check the other prs. It was already done here: #1156