microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.49k stars 135 forks source link

fix: Properly import `npm-registry-fetch` in `react-native-macos-init` #2186

Closed Saadnajmi closed 1 month ago

Saadnajmi commented 1 month ago

Summary:

Back in #1754 , we switched react-native-macos-init from using npm-registry to npm-registry-fetch. But we never replaced the import.. so let's fix that now.

Test Plan:

Tested using yarn link with a newly initialized project, and got it to work.