forked from react-native-community/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: react-native RC2 fixes (react-native-community#2424)
1. Removing ~ npm version range from the template looking for installs > 0.75.0. This effectively forces version pinning against the react native release version. For example: npx @react-native-community/cli init Foo --version 0.75.0-rc2 Would install @react-native-community/[email protected] template only. We have a plan to do something more comprehensive, but this is affecting the release and had to be paused. There are 2 exceptions: - nightly - always points to the nightly tag - 0.75.0-rc.1 - points to 0.75.0-rc.1.1 to unblock the RC1 release 2. Fixed a bug which disabled using --template and --version for installs > 0.75.0, as the release candidates were < 0.75.0.
- Loading branch information
Showing
2 changed files
with
40 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters