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
We have a hard deadline for deprecating the npx react-native init command support. That's 0.76 or 30 September. Some points were raised (facebook/react-native#45461) that this would be a breaking change for a lot of infrastructure, and that we should instead just continue proxying commands to @react-native-community/cli if it's present.
We should do this now to avoid having to be forced to make releases on a hard deadline:
Target Branch(es)
0.75
Link to commit or PR to be picked
react-native-community/template@91dde91
Description
We have a hard deadline for deprecating the
npx react-native init
command support. That's 0.76 or 30 September. Some points were raised (facebook/react-native#45461) that this would be a breaking change for a lot of infrastructure, and that we should instead just continue proxying commands to@react-native-community/cli
if it's present.We should do this now to avoid having to be forced to make releases on a hard deadline:
template adds dependencies -> 0.75-stable branch: chore: add explicit dependency on the community CLI react-native-community/template#39The text was updated successfully, but these errors were encountered: