In my React Native project, I'm using npx react-native run-ios
, which I know uses the latest version of react-native
, but I don't have the latest version in my package.json. As of now, the version in my package.json is 0.62.0, and the latest version is 0.63.4
What I Want to Know:
What will version 0.62.0 be used for, and what will 0.63.4 be used for?
Is it a problem that I have these two different versions? I know that upgrading the version in package.json can break the app.