You need to reintall the dependencies. Just follow the given steps:
Step I:
npm install @react-navigation/native @react-navigation/native-stack
Step II:
npm install react-native-screens react-native-safe-area-context
Step III:
cd ios && pod install && cd ..
Thanks to the MultiClick article that helped me to fix my issue.