Pass navigation in props to menu element in React Native and React Navigation
I'm adding a menu to every screen navigation header, so created a menu function that needs the navigation object to navigate to different screens based on the menu item tapped. But the navigation.navigate from props is undefined. export default function…