ReferenceError: Can't find variable: navigation
问题 So what I'm trying to do is that I'd like the DrawerNavigator to be accessed by selecting the icon on the top left . Im using react nav 5 for this. I keep recieving the error displayed above. I've tried doing this using this.props.navigation but that also did not seem to work. Assistance would be greatly appreciared AppNavigator: /* eslint-disable no-unused-expressions */ import React, { useState, useEffect } from 'react' import { NavigationContainer, DrawerActions } from '@react-navigation