Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warnings and deprecations for react-native-windows-init (#13488)
## Description This PR adds version checking to `react-native-windows-init` to give a deprecation warning if the user tries to use it for RNW 0.75 and an error if they use it on a newer version. ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why We will be deprecating `react-native-windows-init` in favor of newer methods for adding RNW projects. Resolves #13461 ### What See above. ## Screenshots N/A ## Testing Verified I could se the warning/error when using it with ## Changelog Should this change be included in the release notes: _yes_ Add warnings and deprecations for react-native-windows-init
- Loading branch information