Adding --destination
flag to 10.2.X
#2074
-
Hi community - thank you so so much for building such a cool set of tools. Our team is stuck on react native 0.71 due to some dependency issues that are forcing us to run rosetta sims and i was just wondering if it would be possible to bring in the changes from #1934 onto a new patch release of the CLI - or if any of you would know how to use a newer version of the CLI (i.e. 11) without upgrading to react native 0.72 Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @radiodario, sorry for late response - creating patch would be probably long process, if you want to upgrade CLI without upgrading React Native version you can add relevant CLI packages (in your case probably |
Beta Was this translation helpful? Give feedback.
Hey @radiodario, sorry for late response - creating patch would be probably long process, if you want to upgrade CLI without upgrading React Native version you can add relevant CLI packages (in your case probably
@react-native-community/cli-platform-ios
) topackage.json
, reinstall package and when runningnpx react-native run-ios
, it should use the CLI frompackage.json
. Please remember about this line, when upgrading in future because it can create some issues.