79428862

Date: 2025-02-11 04:05:13
Score: 1
Natty:
Report link

I was able to fix this issue by adding a '^' for my react-native version in package.json.

Previous (package.json): "react-native": "0.75.1"

Correct (package.json): "react-native": "^0.75.1"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: CYRIL