79454423

Date: 2025-02-20 12:04:27
Score: 1.5
Natty:
Report link

Your React Native version is incompatible with react-native-screens.

In the docs, it shows that to use versions 4.5.0+ then you must use react-native version 0.74+. You are using 0.72.4. I'd strongly recommend pinning your React Native version as discrepancies between versions can cause issues like this to frequently pop up.

Depending on how strict your time constraint is for this task, I'd recommend downgrading your RNScreens version, as opposed to upgrading React Naative - as that's a massive pain.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: EmlynB23