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!