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: Sync `react-native-macos-init` version with NPM registry #2199

Open Saadnajmi opened 2 weeks ago

Saadnajmi commented 2 weeks ago

Summary:

react-native-macos-init is listed as 2.1.1 in our repository, but is 2.1.2 in NPM. This causes our verify-react-native-macos-init CI job to fail. Fix this by bumping the version in our repo

Test Plan:

CI should pass