upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

react native 0.70 and I want to upgrade it to 0.78

Open casshpesa opened this issue 7 months ago • 1 comments

My dear friend,

I am a beginner and I have a React Native project that I want to upgrade. The current version is 0.70.0, and I want to upgrade it to 0.78.0. However, when I try to install the dependencies and packages of the old project, the peer dependencies don't match. It keeps requesting version changes, which I have tried, but without success.

Please help me. How can I resolve this? I have included the package.json file.

Environment

Things I’ve done to figure out my iss

package.json

ue

Upgrading version

Description

Reproducible demo

casshpesa avatar Apr 06 '25 13:04 casshpesa

This mostly happens if the package-lock.json or yarn.lock is not deleted, try deleting the .lock file and the node_modules folder and try to install all the dependencies again. Also if you have ios folder delete the Pods folder and the Podfile.lock

Maorshl avatar Apr 09 '25 12:04 Maorshl