79393511

Date: 2025-01-28 10:58:06
Score: 2
Natty:
Report link

if you are using the new version of expo, the sdk52, it updated to automatically use the expo-router as the default routing system. therefore, in you package.json it automatically added the property "main": "expo-router/entry". so, in order to avoid the expo-router falling back, you must remove this line form you package.json and then your react-navigation setup should work with no problem!

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dudufalvo