Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version don't match, react native 0.76.5 is set to 0.76.4 in package.json #392

Open
hamdij0maa opened this issue Dec 10, 2024 · 2 comments

Comments

@hamdij0maa
Copy link

version don't match, react native 0.76.5 is set to 0.76.4 in package.json

@gabrielmaldi
Copy link

image

@joe-sam
Copy link

joe-sam commented Dec 12, 2024

react native init is going to be shortly deprecated by 31st December.
In the mean while this may probably cause the upgrade helper to break!!!
As a temporary workaround I reverted to manual comparison by used the following command lines to generate an RnDiffApp (or the default AwesomeProject), the name must be the same, for two stable versions 0.76.4 / 0.76.5 which I then diffed after committing the the previous version with git on the command line by overwriting the committed project folder by the newer RnDIffApp version I want to compare with (except the project generated git files of course).

For the latest version

npx @react-native-community/cli init AwesomeProject `

If you want to start a new project with a specific React Native version, you can use the --version argument:

npx @react-native-community/[email protected] init AwesomeProject --version X.XX.X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants