Answer the question
In order to leave comments, you need to log in
Why doesn't navigation.navigate work?
There is this effect:
useEffect(() => {
if(fetchStatus !== STATUS.SUCCESS) return;
console.log("navigate")
navigation.navigate("EnterSMS");
}, [fetchStatus])
Answer the question
In order to leave comments, you need to log in
Is a stack with this name definitely created?
<Stack.Screen name="EnterSMS" component={EnterSMSScreen} />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question