79478083

Date: 2025-03-01 18:41:54
Score: 0.5
Natty:
Report link

Just use whatever is the latest version available for react-native

  1. Create a new project
  2. Take all the libraries installed from the old projects package JSON
  3. Install them in the new Project
  4. Copy the SRC files for the project
  5. If there was any configuration file changes do those as well
  6. After doing all this run the project if there are issues stopping it Debug them one by one.

Problems you will probably face

When you will install latest version of the libraries, sometimes a piece of code of configuration might have changed so you will have to look for those and change them accordingly.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ahmad Gulzar