Please help my react native app just keep going back to the previous screen when try to navigate to another screen
I’m new to react native and got problem with Stack Navigator (I think) after trying to make some authenticated routes.
Children components do not re-render from state change unless parent also listens to state
In my problem, the child does not render when the loading flag changes unless the loading flag is also included in the parent props. The child does get the change and console.logs
even show that it goes to the correct return but the screen does not change.