Search code examples
reactjsnavigationnative

Couldn't find a navigation object. Is your component inside NavigationContainer? In a mobile app development


Hi I had a problem with react native navigation can you help ? I have 2 pages and these are blank and login. In blank page I have a button and when that pressed I want to change to page blank to login

enter image description here enter image description here

I tried everything but they didnt worked well


Solution

  • I think it will be a dependency problem.

    Try install them again.

    npm install @react-navigation/native

    For expo project
    

    npx expo install react-native-screens react-native-safe-area-context

    Also, install this.

    npm install @react-navigation/native-stack

    npx expo install react-native-gesture-handler

    If not problem solve check you components again(import export - default).