I am using react-native and I am trying to add navigation to my project. When I add this line of code:
import { createStackNavigator } from "@react-navigation/stack";
, I get this error:
Failed building JavaScript bundle.
Unable to resolve "@react-navigation/stack" from "App.js"
I tried all the solutions suggested in this stackoverflow link but, none worked for me! I reinstalled everything using these commands more than once.
I am using expo.