React Native Navigation: Navigating to the Wrong Screen
I’m working on a React Native application where I need to navigate to a ‘Review’ screen after a user completes a training course. However, despite logging the correct data, the app redirects to the ‘Accueil’ screen instead of the ‘Review’ screen. Here is a detailed explanation of my issue and the relevant parts of my code.In my app, users complete a training course, and upon completion, a popup appears. When the user clicks the ‘Suivant’ button on this popup, they should be navigated to the ‘Review’ screen. However, the navigation takes them to the ‘Accueil’ screen instead. (I had to cut off some code or it would have been too long)