79419025

Date: 2025-02-06 18:49:03
Score: 1
Natty:
Report link

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.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mian Aamir Shehzad