You replaced:
import { createStackNavigator } from "@react-navigation/stack";
with:
import { createNativeStackNavigator } from '@react-navigation/native-stack';
and it fixed the issue.