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
Till version 0.76.4 we had "packageManager": "yarn@3.6.4" mentioned in package.json.
But this has been deleted when upgrading to 0.76.4 and later versions.
Should we use the default Yarn Classic (1.x) from 0.76.4?
Are we supposed to run corepack disable now and then use yarn?
Environment
Things I’ve done to figure out my issue
https://react-native-community.github.io/upgrade-helper/?from=0.76.3&to=0.76.5
Upgrading version
0.76.4
Description
Till version
0.76.4
we had "packageManager": "yarn@3.6.4" mentioned inpackage.json
.But this has been deleted when upgrading to
0.76.4
and later versions.Should we use the default Yarn Classic (1.x) from
0.76.4
?Are we supposed to run
corepack disable
now and then use yarn?Reproducible demo
https://react-native-community.github.io/upgrade-helper/?from=0.76.3&to=0.76.5
Here bother
"packageManager": "yarn@3.6.4"
and.yarnrc.yml
files are deletedThe text was updated successfully, but these errors were encountered: