You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments