I faced the same issue and resolved it by uninstalling all incompatible React Navigation packages and then reinstalling them. Here's the process I followed: 1, Uninstall the packages: npm uninstall @react-navigation/native @react-navigation/stack @react-navigation/drawer @react-navigation/material-top-tabs react-native-screens react-native-safe-area-context 2, Reinstall the packages: npm install @react-navigation/native @react-navigation/stack @react-navigation/drawer @react-navigation/material-top-tabs react-native-screens react-native-safe-area-context