React native – How to type useNavigation with nested navigators in React Navigation?
I have a triple nested stack navigator in my bare bone React Native application with @react-navigation/native v6. Despite many attempts, I fail to properly type the useNavigation hook. It is functional, but I cannot get rid of typescript complaints. RootNavigator…