iamshaunjp / react-native-tutorial

All the course files for the React Tutorial for Beginners playlist on The Ne Ninja Playlist
593 stars 508 forks source link

Navigation #27

Open pawanv048 opened 2 years ago

pawanv048 commented 2 years ago

After installing all the packages of navigation. Still finding issue with navigation Module not found: Can't resolve 'react-navigation/stack'

1 | import { createStackNavigator } from 'react-navigation/stack'; 2 | import { createAppContainer } from 'react-navigation'; 3 | import Home from '../screens/home'; 4 | import ReviewDetails from '../screens/review';