79428427

Date: 2025-02-10 22:14:55
Score: 1.5
Natty:
Report link

I was also facing the same problem. My react-native version was 0.75.13. I upgraded it to react-native version 0.77.0 and resolved my issue.

Steps:

  1. go to https://react-native-community.github.io/upgrade-helper/ Please make the changes that are mentioned.
  2. restart the pc
  3. go to C:\Users\User_Name.gradle
  4. delete caches and wrapper folder
  5. delete node_module and package-log.json
  6. do npm i
  7. delete debug build
  8. run npx react-native run-android and my problem was solved
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Prafull Singh