I'm using react navigate V6 and I want to move between stacks , but this code is not working :
navigation.navigate("Stack Name", { screen: "screen Name" });
@react-navigation/native is not working with V6
I'm using react navigate V6 and I want to move between stacks , but this code is not working :
navigation.navigate("Stack Name", { screen: "screen Name" });
@react-navigation/native is not working with V6
work for me