Solved : Failed to resolve dependency '@react-navigation/native@*' (Network request failed)
DF - If you have problem "Failed to resolve dependency '@react-navigation/native@*' (Network request failed)"
Solution : You can add on Package.json
"@react-navigation/native": "^5.7.3",
Join the conversation